From: John Benediktsson Date: Fri, 19 Mar 2021 23:14:10 +0000 (-0700) Subject: locals.parser: cleanup using. X-Git-Tag: 0.99~2414 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=b4c77d0fde0679d5ef92b31de22f2d343ac5ea62 locals.parser: cleanup using. --- diff --git a/core/locals/parser/parser-tests.factor b/core/locals/parser/parser-tests.factor index adb1d16a65..c23331333f 100644 --- a/core/locals/parser/parser-tests.factor +++ b/core/locals/parser/parser-tests.factor @@ -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 ;" } [ H{ } clone [ \ ; parse-until ] with-lambda-scope ] with-lexer