]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/complex/complex-tests.factor
basis: Cleaning up tests using lists and IN: forms.
[factor.git] / basis / alien / complex / complex-tests.factor
index aa549659d07432d871a616691ba6d857ba3bba8d..564f97cd385c18247f373d22465a4799a10ffc66 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors tools.test alien.complex classes.struct kernel
-alien.c-types alien.syntax namespaces math ;
+USING: accessors alien.c-types alien.complex classes.struct math
+namespaces tools.test ;
 IN: alien.complex.tests
 
 STRUCT: complex-holder