]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/qw/qw-tests.factor
extra: remove some unneeded IN: in -tests.
[factor.git] / extra / qw / qw-tests.factor
index 029aa179cadf4f2122b32ae460793eaf264bb2f0..4dabceb2fd5874a122d95840889d8ed127cc66f0 100644 (file)
@@ -1,6 +1,5 @@
 ! Copyright (C) 2009 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: qw tools.test ;
-IN: qw.tests
 
 { { "zippity" "doo" "dah" } } [ qw{ zippity doo dah } ] unit-test