]> gitweb.factorcode.org Git - factor.git/commitdiff
locals.parser: adding IN: (needed for first couple tests).
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 20 Mar 2021 03:43:44 +0000 (20:43 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 20 Mar 2021 03:43:44 +0000 (20:43 -0700)
core/locals/parser/parser-tests.factor

index c23331333fcf2864470634cab75641b265dcb0dd..7aee612ebe4edde271199e046c6fecb873ddd4a5 100644 (file)
@@ -1,6 +1,7 @@
 USING: accessors assocs compiler.units kernel lexer
 locals.backend locals.parser parser prettyprint sequences
 tools.test vocabs.parser ;
+IN: locals.parser.tests
 
 ! (::)
 {