]> gitweb.factorcode.org Git - factor.git/commitdiff
parser: fix tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Dec 2021 21:23:55 +0000 (13:23 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Dec 2021 21:23:55 +0000 (13:23 -0800)
core/parser/parser-tests.factor

index 0cddf9026a96ce085bd4fce0a0f0490550c6b57a..76ce83e3ebc56c9cfadf7b5cdb88c6d70cf426f5 100644 (file)
@@ -1,7 +1,7 @@
 USING: accessors arrays assocs classes compiler.units effects
 eval generic grouping io.pathnames io.streams.string kernel
-lexer math multiline namespaces parser sequences sets
-source-files source-files.errors strings tools.crossref
+lexer math multiline namespaces parser parser.private sequences
+sets source-files source-files.errors strings tools.crossref
 tools.test vocabs vocabs.parser words words.symbol splitting ;
 IN: parser.tests