]> gitweb.factorcode.org Git - factor.git/commitdiff
locals.parser: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Mar 2021 23:14:10 +0000 (16:14 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Mar 2021 23:14:10 +0000 (16:14 -0700)
core/locals/parser/parser-tests.factor

index adb1d16a657aba47278eb38b0875a4193b9b3599..c23331333fcf2864470634cab75641b265dcb0dd 100644 (file)
@@ -1,7 +1,6 @@
-USING: accessors assocs compiler.units kernel lexer locals.backend
-locals.parser namespaces parser prettyprint sequences sorting
-tools.test vocabs vocabs.parser ;
-IN: locals.parser.tests
+USING: accessors assocs compiler.units kernel lexer
+locals.backend locals.parser parser prettyprint sequences
+tools.test vocabs.parser ;
 
 ! (::)
 {
@@ -69,7 +68,6 @@ IN: locals.parser.tests
     "V{ 99 :> kkk kkk }"
 } [
     [
-        "locals" use-vocab
         { "99 :> kkk kkk ;" } <lexer> [
             H{ } clone [ \ ; parse-until ] with-lambda-scope
         ] with-lexer