]> 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 c432a47ea4844b7691ff92d8decfcf4fdbde7e7e..c5c6460041ecdf495180307b9745b4758fcf317e 100644 (file)
@@ -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