]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/splitting/monotonic/monotonic-tests.factor
more test IN: cleanup.
[factor.git] / basis / splitting / monotonic / monotonic-tests.factor
index 0bc56ce7b2953539e66b5f9677c71916935365f7..5c149c7ec2008daaee57465fb6f43aa82cced15a 100644 (file)
@@ -1,5 +1,5 @@
-IN: splitting.monotonic
-USING: tools.test math arrays kernel sequences ;
+USING: tools.test math arrays kernel sequences
+splitting.monotonic ;
 
 { { } } [ { } [ < ] monotonic-split ] unit-test
 { { { 1 } } } [ { 1 } [ < ] monotonic-split ] unit-test