From cac139297dd38411778b78d22c7c7a5524109339 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 8 Jul 2010 15:40:34 -0400 Subject: [PATCH] parser: update unit test --- core/parser/parser-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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