]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/biassocs/biassocs-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / biassocs / biassocs-tests.factor
index f408cc82a8be1ffabd378af6814a78c11b65fa05..2ef54441e14f838a0eaac7a1dd92e95e50cdfb81 100644 (file)
@@ -1,5 +1,5 @@
-IN: biassocs.tests
 USING: biassocs assocs namespaces tools.test ;
+IN: biassocs.tests
 
 <bihash> "h" set
 
@@ -29,4 +29,4 @@ H{ { "a" "A" } { "b" "B" } } "a" set
 
 [ "A" ] [ "a" "b" get at ] unit-test
 
-[ "a" ] [ "A" "b" get value-at ] unit-test
\ No newline at end of file
+[ "a" ] [ "A" "b" get value-at ] unit-test