]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/codegen/codegen-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / codegen / codegen-tests.factor
index 9c3817bad626457085bd64a8656a02cddb28e4b2..225577d0b949b9feb8db8a7d9ef9fe4d5973ffd2 100644 (file)
@@ -1,6 +1,6 @@
-IN: compiler.codegen.tests
 USING: compiler.codegen.fixup tools.test cpu.architecture math kernel make
 compiler.constants ;
+IN: compiler.codegen.tests
 
 [ ] [ [ ] with-fixup drop ] unit-test
 [ ] [ [ \ + %call ] with-fixup drop ] unit-test