]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/recursive/recursive-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tree / propagation / recursive / recursive-tests.factor
index db427d34af51e6aced5b03e345e49d250d46a019..974bb584eba38b70b82bb59611e59a34908626ae 100644 (file)
@@ -1,6 +1,6 @@
-IN: compiler.tree.propagation.recursive.tests
 USING: tools.test compiler.tree.propagation.recursive
 math.intervals kernel math literals layouts ;
+IN: compiler.tree.propagation.recursive.tests
 
 [ T{ interval f { 0 t } { 1/0. t } } ] [
     T{ interval f { 1 t } { 1 t } }