]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/compare/compare-tests.factor
more test IN: cleanup.
[factor.git] / extra / math / compare / compare-tests.factor
index 20b98a7f342525be2c4c06f714663a57cde07b89..9ddd4aad89031e04dc2ef2d944525bf39fc43aa0 100644 (file)
@@ -1,8 +1,6 @@
 USING: kernel math math.compare math.functions sequences
 tools.test ;
 
-IN: math.compare.tests
-
 { -1 } [ -1 5 absmin ] unit-test
 { -1 } [ -1 -5 absmin ] unit-test