]> gitweb.factorcode.org Git - factor.git/commitdiff
add missing using to classes.struct tests
authorJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 06:04:23 +0000 (22:04 -0800)
committerJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 06:04:23 +0000 (22:04 -0800)
basis/classes/struct/struct-tests.factor

index 0316b1fae06263753d4b1e61f8de42a238552ea7..82530614bf543c0c10dfd7d5918f885fc2d18b82 100644 (file)
@@ -1,5 +1,5 @@
 ! (c)Joe Groff bsd license
-USING: accessors alien alien.c-types alien.data ascii
+USING: accessors alien alien.c-types alien.data alien.syntax ascii
 assocs byte-arrays classes.struct classes.tuple.private classes.tuple
 combinators compiler.tree.debugger compiler.units destructors
 io.encodings.utf8 io.pathnames io.streams.string kernel libc