]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/listener/listener-tests.factor
Fixing various test failures and updating some more vocabs for >r/r> removal
[factor.git] / basis / listener / listener-tests.factor
index e681bac3145061290e42d2f3ca7c3e2d57494c00..61aa3239245824e73b0735f4defc59a8981ffe03 100644 (file)
@@ -1,6 +1,6 @@
 USING: io io.streams.string io.streams.duplex listener
 tools.test parser math namespaces continuations vocabs kernel
-compiler.units eval ;
+compiler.units eval vocabs.parser ;
 IN: listener.tests
 
 : hello "Hi" print ; parsing