]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/locals/locals-tests.factor
Fixing various test failures and updating some more vocabs for >r/r> removal
[factor.git] / basis / locals / locals-tests.factor
index b5c201a5d9887860052c952f05178babca06e715..e7f0b74194b7f17a21cbdce34401fa4bbb33027f 100644 (file)
@@ -2,7 +2,7 @@ USING: locals math sequences tools.test hashtables words kernel
 namespaces arrays strings prettyprint io.streams.string parser
 accessors generic eval combinators combinators.short-circuit
 combinators.short-circuit.smart math.order math.functions
-definitions compiler.units fry lexer ;
+definitions compiler.units fry lexer words.symbol ;
 IN: locals.tests
 
 :: foo ( a b -- a a ) a a ;