]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/redefine11.factor
Rename lookup to lookup-word.
[factor.git] / basis / compiler / tests / redefine11.factor
index 0f16a42cc30d806f6d18daa482c0a0958e2d12e3..c70ae5cb0675d0bacd4cd1384979df372490ece7 100644 (file)
@@ -21,11 +21,11 @@ IN: compiler.tests.redefine11
 
 [ ] [
     [
-        array "my-mixin" "compiler.tests.redefine11" lookup
+        array "my-mixin" "compiler.tests.redefine11" lookup-word
         remove-mixin-instance
     ] with-compilation-unit
 ] unit-test
 
 [ 1 ] [
-    "my-inline" "compiler.tests.redefine11" lookup execute
+    "my-inline" "compiler.tests.redefine11" lookup-word execute
 ] unit-test