]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/compiler/compiler-tests.factor
factor: remove in-out, it's just in>> out>>
[factor.git] / extra / smalltalk / compiler / compiler-tests.factor
index 4f37fa601237289db275690d609f1aa157d418f3..40adbc8dc9b534dea0dd4e6c889d3e2d8ff9e36b 100644 (file)
@@ -10,7 +10,7 @@ IN: smalltalk.compiler.tests
     ] with-compilation-unit ;
 
 : test-inference ( ast -- in# out# )
-    test-compilation infer in-out 2length ;
+    test-compilation infer [ in>> ] [ out>> ] bi 2length ;
 
 { 2 1 } [
     T{ ast-block f