]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/escape-analysis/escape-analysis-tests.factor
Fixing unit tests for stack effect inference changes
[factor.git] / basis / compiler / tree / escape-analysis / escape-analysis-tests.factor
index 9a226b954f7d1c3077d181c9873598009be7383e..bcb8b2f80a2b4c5c4d0b1a92d2b13195f86b6e79 100644 (file)
@@ -11,8 +11,6 @@ compiler.tree.propagation.info stack-checker.errors
 compiler.tree.checker
 kernel.private ;
 
-\ escape-analysis must-infer
-
 GENERIC: count-unboxed-allocations* ( m node -- n )
 
 : (count-unboxed-allocations) ( m node -- n )