]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/escape-analysis/check/check-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tree / escape-analysis / check / check-tests.factor
index 075e20eb23c987157f79ecd4c801ebeb6dea9e4e..bd91dd53e889bd9c74e7dfdc865b473becdaad3f 100644 (file)
@@ -1,7 +1,7 @@
-IN: compiler.tree.escape-analysis.check.tests
 USING: compiler.tree.escape-analysis.check tools.test accessors kernel
 kernel.private math compiler.tree.builder compiler.tree.normalization
 compiler.tree.propagation compiler.tree.cleanup ;
+IN: compiler.tree.escape-analysis.check.tests
 
 : test-checker ( quot -- ? )
     build-tree normalize propagate cleanup run-escape-analysis? ;
@@ -24,4 +24,4 @@ compiler.tree.propagation compiler.tree.cleanup ;
 [ f ] [
     [ swap 1 2 ? ]
     test-checker
-] unit-test
\ No newline at end of file
+] unit-test