]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/math/math-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / generic / math / math-tests.factor
index 4dd7e630ee9471242f69792f94bacc1e54dd2259..b3849cf16a2a8b1ff20aa3a92116ff17252a4d83 100644 (file)
@@ -1,5 +1,4 @@
-USING: generic.math math tools.test kernel ;
-IN: generic.math.tests
+USING: generic.math kernel math tools.test ;
 
 ! Test math-combination
 { [ [ >float ] dip ] } [ \ real \ float math-upgrade ] unit-test