]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/float.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tests / float.factor
index 7074b73845e46aacafbf77d71d5844840d33cd6f..138437543e8b15f782933e066114d9e253af67e5 100644 (file)
@@ -1,6 +1,6 @@
-IN: compiler.tests.float
 USING: compiler.units compiler kernel kernel.private memory math
 math.private tools.test math.floats.private ;
+IN: compiler.tests.float
 
 [ 5.0 ] [ [ 5.0 ] compile-call gc gc gc ] unit-test
 [ 2.0 3.0 ] [ 3.0 [ 2.0 swap ] compile-call ] unit-test