]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/floats/half/half-tests.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / math / floats / half / half-tests.factor
index 41371278ebc4056dde70c10252dd52c9a40611f0..7a843cc45c59b7634eafcdeb8f82486a093bc9af 100644 (file)
@@ -40,7 +40,7 @@ STRUCT: halves
 { 8 } [ halves heap-size ] unit-test
 
 { 3.0 } [
-    halves <struct>
+    halves new
         3.0 >>dick
     dick>>
 ] unit-test