]> gitweb.factorcode.org Git - factor.git/commitdiff
wrap.strings: fix using in tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 28 Jul 2013 17:57:02 +0000 (10:57 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 28 Jul 2013 17:57:02 +0000 (10:57 -0700)
basis/wrap/strings/strings-tests.factor

index bf6fb6749b10132d10f24a38c3889ff4ae62c794..181090c4093dbd9efb84a9a6c963425b899337b2 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2009 Daniel Ehrenberg, Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: wrap.strings tools.test ;
+USING: kernel tools.test wrap.strings ;
 IN: wrap.strings.tests
 
 [