]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/image-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / bootstrap / image / image-tests.factor
index e7070d3cf2435a11297966168b0399a88dc8a28e..c5c6460041ecdf495180307b9745b4758fcf317e 100644 (file)
@@ -1,6 +1,6 @@
-IN: bootstrap.image.tests
 USING: bootstrap.image bootstrap.image.private tools.test
 kernel math ;
+IN: bootstrap.image.tests
 
 [ f ] [ { 1 2 3 } [ 1 2 3 ] eql? ] unit-test