]> 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
old mode 100755 (executable)
new mode 100644 (file)
index c432a47..c5c6460
@@ -1,9 +1,6 @@
-IN: bootstrap.image.tests
 USING: bootstrap.image bootstrap.image.private tools.test
 kernel math ;
-
-\ ' must-infer
-\ write-image must-infer
+IN: bootstrap.image.tests
 
 [ f ] [ { 1 2 3 } [ 1 2 3 ] eql? ] unit-test