diff --git a/core/parser/parser-tests.factor b/core/parser/parser-tests.factor index ad9052af42..3245608ab7 100644 --- a/core/parser/parser-tests.factor +++ b/core/parser/parser-tests.factor @@ -648,5 +648,7 @@ EXCLUDE: qualified.tests.bar => x ; ! parse-array-def { { 10 20 30 } } [ - { "10 20 30 ;" } [ parse-array-def ] with-lexer + [ + { "10 20 30 ;" } [ parse-array-def ] with-lexer + ] with-file-vocabs ] unit-test