]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/combinators/combinators-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tree / combinators / combinators-tests.factor
index d012b5f6583f50dcc5fa519ef199cab1161d117b..305ba5b2b50687ef5724fe67cbf356bcfcb1d29f 100644 (file)
@@ -1,5 +1,5 @@
-IN: compiler.tree.combinators.tests
 USING: compiler.tree.combinators tools.test kernel ;
+IN: compiler.tree.combinators.tests
 
 { 1 0 } [ [ drop ] each-node ] must-infer-as
 { 1 1 } [ [ ] map-nodes ] must-infer-as