]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/c-types/c-types-tests.factor
basis: Cleaning up tests using lists and IN: forms.
[factor.git] / basis / alien / c-types / c-types-tests.factor
index 63edbdff50b516f30cb9bb9712ec87b07f42f43f..09a31fa73c67ecc3b46fa19e020e87c9c252c5ac 100644 (file)
@@ -1,7 +1,6 @@
-USING: alien alien.syntax alien.c-types alien.parser
-eval kernel tools.test sequences system libc alien.strings
-io.encodings.ascii io.encodings.utf8 math.constants classes.struct classes
-accessors compiler.units ;
+USING: accessors alien.c-types alien.syntax classes
+classes.struct compiler.units eval io.encodings.ascii kernel
+math.constants tools.test ;
 FROM: alien.c-types => short ;
 IN: alien.c-types.tests