diff --git a/core/parser/parser-tests.factor b/core/parser/parser-tests.factor index ac2310d3f9..842e5c607f 100644 --- a/core/parser/parser-tests.factor +++ b/core/parser/parser-tests.factor @@ -101,7 +101,7 @@ DEFER: foo ! parse-tokens should do the right thing on EOF [ "USING: kernel" eval( -- ) ] -[ error>> T{ unexpected { want ";" } } = ] must-fail-with +[ error>> T{ unexpected { want "token" } } = ] must-fail-with ! Test smudging