]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/specialized-arrays/specialized-arrays-tests.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / specialized-arrays / specialized-arrays-tests.factor
index 95db87e683a685eb4a6f2a0294804d570c2e938e..84c4201ee0d2a06d67fee825a6eef248b7271a7f 100644 (file)
@@ -64,7 +64,7 @@ SPECIALIZED-ARRAY: test-struct
 ] unit-test
 
 : make-point ( x y -- struct )
-    test-struct <struct-boa> ;
+    test-struct boa ;
 
 { 5/4 } [
     2 <test-struct-array>