]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/image-tests.factor
Fixing unit tests for stack effect inference changes
[factor.git] / basis / bootstrap / image / image-tests.factor
index c432a47ea4844b7691ff92d8decfcf4fdbde7e7e..e7070d3cf2435a11297966168b0399a88dc8a28e 100644 (file)
@@ -2,9 +2,6 @@ IN: bootstrap.image.tests
 USING: bootstrap.image bootstrap.image.private tools.test
 kernel math ;
 
-\ ' must-infer
-\ write-image must-infer
-
 [ f ] [ { 1 2 3 } [ 1 2 3 ] eql? ] unit-test
 
 [ t ] [ [ 1 2 3 ] [ 1 2 3 ] eql? ] unit-test