]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/combinators/extras/extras-tests.factor
more test IN: cleanup.
[factor.git] / extra / combinators / extras / extras-tests.factor
index dc9e7fa7c59a37bdc53897d650ee335622a7ddea..3ca171eb053d017deecd3c25f7e7d26ac5cb717f 100644 (file)
@@ -2,7 +2,6 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: combinators.extras io.files kernel math sequences
 tools.test ;
-IN: combinators.extras.tests
 
 { "a b" }
 [ "a" "b" [ " " glue ] once ] unit-test