]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/builder/builder-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tree / builder / builder-tests.factor
index f3a2b99db623fe223c07f70277a92e4e5e421fe5..8359334550aa904d89ada27c877336ac15342ba9 100755 (executable)
@@ -1,6 +1,6 @@
-IN: compiler.tree.builder.tests
 USING: compiler.tree.builder tools.test sequences kernel
 compiler.tree stack-checker stack-checker.errors ;
+IN: compiler.tree.builder.tests
 
 : inline-recursive ( -- ) inline-recursive ; inline recursive