]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fry/fry-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / fry / fry-tests.factor
index 88ecae66addbb2dc29f8c7bed661c822dea6f44d..549db25e09e96e76639dbfe6fa44e411c98968b7 100644 (file)
@@ -1,6 +1,6 @@
-IN: fry.tests
 USING: fry tools.test math prettyprint kernel io arrays
 sequences eval accessors ;
+IN: fry.tests
 
 [ [ 3 + ] ] [ 3 '[ _ + ] ] unit-test