]> gitweb.factorcode.org Git - factor.git/blobdiff - core/assocs/assocs-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / core / assocs / assocs-tests.factor
index 3c5ac31d23e2d94c0a2f31b9202e0b8d10c0db59..9e36f9f00cc6cbbe2ff28de7bc8a818cc934313f 100644 (file)
@@ -1,7 +1,7 @@
-IN: assocs.tests
 USING: kernel math namespaces make tools.test vectors sequences
 sequences.private hashtables io prettyprint assocs
 continuations specialized-arrays.double ;
+IN: assocs.tests
 
 [ t ] [ H{ } dup assoc-subset? ] unit-test
 [ f ] [ H{ { 1 3 } } H{ } assoc-subset? ] unit-test
@@ -149,4 +149,4 @@ unit-test
         H{ { 1 3 } { 2 5 } }
         H{ { 1 7 } { 5 6 } }
     } assoc-refine
-] unit-test
\ No newline at end of file
+] unit-test