]> gitweb.factorcode.org Git - factor.git/commitdiff
parser: fix using for tests
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 9 Jul 2023 15:08:21 +0000 (10:08 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 9 Jul 2023 15:08:21 +0000 (10:08 -0500)
core/parser/parser-tests.factor

index 6f15845eb2339cce4bbc6a9a5408eeb8d52c50c9..c2d86629198a6c63f5c38ee053ebd7a470d69db5 100644 (file)
@@ -1,8 +1,9 @@
-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
-tools.test vocabs vocabs.parser words words.symbol splitting ;
+USING: accessors arrays assocs classes classes.parser
+classes.tuple compiler.units effects eval generic grouping
+io.pathnames io.streams.string kernel lexer math multiline
+namespaces parser sequences sets source-files
+source-files.errors splitting strings tools.crossref tools.test
+vocabs vocabs.parser words words.symbol ;
 IN: parser.tests
 
 { 1 [ 2 [ 3 ] 4 ] 5 }