]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/compiler/compiler-tests.factor
locals.rewrite: merge all locals.rewrite.* code...
[factor.git] / extra / smalltalk / compiler / compiler-tests.factor
index 5b558a8b4f2696fa99f28108438cb71f1d7d0e38..60b24c56446bd41e12943b7790c4e1ce479a2f74 100644 (file)
@@ -1,5 +1,5 @@
 USING: smalltalk.compiler tools.test prettyprint smalltalk.ast
-smalltalk.compiler.lexenv stack-checker locals.rewrite.closures
+smalltalk.compiler.lexenv stack-checker locals.rewrite
 kernel accessors compiler.units sequences arrays ;
 IN: smalltalk.compiler.tests