]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/floats/floats-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / math / floats / floats-tests.factor
index 88169ec5b976d1787ad77dcbc6d7242d4897d29a..8350a297b528f0c91fea4fa3ef74a0d560f27363 100644 (file)
@@ -1,6 +1,5 @@
-USING: kernel math math.constants math.order tools.test sequences
-grouping ;
-IN: math.floats.tests
+USING: grouping kernel math math.constants math.order sequences
+tools.test ;
 
 { t } [ 0.0 float? ] unit-test
 { t } [ 3.1415 number? ] unit-test