]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/math/math-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / core / generic / math / math-tests.factor
index 51e122431cfcffbc3b5b2bd5b775d421bbbb0778..2279fd019cf5c9d4680583ee9b1c6ef1d93b11ca 100644 (file)
@@ -1,5 +1,5 @@
-IN: generic.math.tests
 USING: generic.math math tools.test kernel ;
+IN: generic.math.tests
 
 ! Test math-combination
 [ [ [ >float ] dip ] ] [ \ real \ float math-upgrade ] unit-test