]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/complex/complex-tests.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / alien / complex / complex-tests.factor
index 564f97cd385c18247f373d22465a4799a10ffc66..ff9da9ce8cb2afe2ca47a129c8c5fe5da353c1e1 100644 (file)
@@ -7,8 +7,7 @@ IN: alien.complex.tests
 STRUCT: complex-holder
     { z complex-float } ;
 
-: <complex-holder> ( z -- alien )
-    complex-holder <struct-boa> ;
+C: <complex-holder> complex-holder
 
 { } [
     C{ 1.0 2.0 } <complex-holder> "h" set