]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/redefine16.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tests / redefine16.factor
index 3bef30f9f1bc15b6d06e5684ee9154f05e8f5b90..ac879a7c75799b23477dfa9f4acb0c3ed0a3c7ba 100644 (file)
@@ -1,6 +1,6 @@
-IN: compiler.tests.redefine16
 USING: eval tools.test definitions words compiler.units
 quotations stack-checker ;
+IN: compiler.tests.redefine16
 
 [ ] [ [ "blah" "compiler.tests.redefine16" lookup forget ] with-compilation-unit ] unit-test