]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/redefine18.factor
Rename lookup to lookup-word.
[factor.git] / basis / compiler / tests / redefine18.factor
index efa9c6ce87420d8635708db234c12b3571bd75a7..7259fb1af976be92ca72941574d8695d1811d003 100644 (file)
@@ -20,6 +20,6 @@ M: d g2 drop d ;
 
 [ ] [ "IN: compiler.tests.redefine18 SINGLETON: b INSTANCE: b d" eval( -- ) ] unit-test
 
-[ d ] [ "b" "compiler.tests.redefine18" lookup g1 ] unit-test
+[ d ] [ "b" "compiler.tests.redefine18" lookup-word g1 ] unit-test
 
 [ ] [ "IN: compiler.tests.redefine18 FORGET: b" eval( -- ) ] unit-test