]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/redefine9.factor
Rename lookup to lookup-word.
[factor.git] / basis / compiler / tests / redefine9.factor
index abc677dd77b79a14855e57b1764ca04e36749e88..e76f5edf2e643e36fcb5ca9e3a999636d53c0045 100644 (file)
@@ -27,7 +27,7 @@ IN: compiler.tests.redefine9
 ] unit-test
 
 [
-    "my-tuple" "compiler.tests.redefine9" lookup boa
-    "my-generic" "compiler.tests.redefine9" lookup
+    "my-tuple" "compiler.tests.redefine9" lookup-word boa
+    "my-generic" "compiler.tests.redefine9" lookup-word
     execute
 ] [ no-math-method? ] must-fail-with