]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/redefine4.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tests / redefine4.factor
index 2320f64af60a6da4ddbad5d66cd2795bd803a198..cc74e5a783c03ffeaa7470f9f8373b33b0c9fe46 100644 (file)
@@ -1,5 +1,5 @@
-IN: compiler.tests.redefine4
 USING: io.streams.string kernel tools.test eval ;
+IN: compiler.tests.redefine4
 
 : declaration-test-1 ( -- a ) 3 ; flushable