]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bit-sets/bit-sets-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / bit-sets / bit-sets-tests.factor
index e77bb43986adf1e29216ab148daccc03d7dff023..6a1366a1ea3a9956bffd889de5c2e9662d897cff 100644 (file)
@@ -1,5 +1,5 @@
-IN: bit-sets.tests
 USING: bit-sets tools.test bit-arrays ;
+IN: bit-sets.tests
 
 [ ?{ t f t f t f } ] [
     ?{ t f f f t f }