]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/globs/globs-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / globs / globs-tests.factor
index 45eb27ea62e338c433fa1abf82dcfcec8e311e7c..bdc0623d5413eb591589a8f35420f59b8c356d26 100644 (file)
@@ -1,5 +1,5 @@
-IN: globs.tests
 USING: tools.test globs ;
+IN: globs.tests
 
 [ f ] [ "abd" "fdf" glob-matches? ] unit-test
 [ f ] [ "fdsafas" "?" glob-matches? ] unit-test