]> gitweb.factorcode.org Git - factor.git/commitdiff
add missing USING: to alien.c-types test
authorJoe Groff <arcata@gmail.com>
Sun, 27 Sep 2009 23:18:13 +0000 (18:18 -0500)
committerJoe Groff <arcata@gmail.com>
Sun, 27 Sep 2009 23:18:13 +0000 (18:18 -0500)
basis/alien/c-types/c-types-tests.factor

index 6c93b81fff4fda6c299b6ddfc02ff8a2bd780a3a..f48ed50a34c6f7fbb4476e22ac81191822dba658 100755 (executable)
@@ -1,6 +1,6 @@
-USING: alien alien.syntax alien.c-types kernel tools.test
-sequences system libc alien.strings io.encodings.utf8
-math.constants classes.struct ;
+USING: alien alien.syntax alien.c-types alien.parser
+kernel tools.test sequences system libc alien.strings
+io.encodings.utf8 math.constants classes.struct ;
 IN: alien.c-types.tests
 
 CONSTANT: xyz 123