]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/test/test.factor
Rename vocab to lookup-vocab
[factor.git] / basis / tools / test / test.factor
index b222630b4b28c8b31b2f253ab719a9d3939b1339..47602e78f50df873c445ad83fc6aecec97df3050 100644 (file)
@@ -136,7 +136,7 @@ SYMBOL: forget-tests?
     [ [ [ forget-source ] each ] with-compilation-unit ] [ drop ] if ;
 
 : test-vocab ( vocab -- )
-    vocab dup [
+    lookup-vocab dup [
         dup source-loaded?>> [
             vocab-tests
             [ [ run-test-file ] each ]