]> gitweb.factorcode.org Git - factor.git/commitdiff
fix using list
authorDoug Coleman <erg@jobim.local>
Fri, 27 Mar 2009 00:58:23 +0000 (19:58 -0500)
committerDoug Coleman <erg@jobim.local>
Fri, 27 Mar 2009 00:58:23 +0000 (19:58 -0500)
basis/compiler/tests/alien.factor

index b26abb561ca9e3349fc62e44d7fa72692b7b2d7f..7d65ea71032f9f08efb05d5430f571cd230f07c6 100644 (file)
@@ -3,7 +3,8 @@ namespaces namespaces tools.test sequences stack-checker
 stack-checker.errors words arrays parser quotations
 continuations effects namespaces.private io io.streams.string
 memory system threads tools.test math accessors combinators
-specialized-arrays.float alien.libraries ;
+specialized-arrays.float alien.libraries io.pathnames
+io.backend ;
 IN: compiler.tests
 
 <<