From cab93dea044c0c44492503c4d62248062db07cd9 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 21 Jun 2012 14:18:55 -0700 Subject: [PATCH] parser: last fix. --- 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 9507403791..28ecf78c03 100644 --- a/core/parser/parser-tests.factor +++ b/core/parser/parser-tests.factor @@ -415,7 +415,7 @@ DEFER: foo "USE: this-better-not-exist" eval( -- ) ] must-fail -[ ": foo ;" eval( -- ) ] [ error>> error>> no-current-vocab? ] must-fail-with +[ ": foo ;" eval( -- ) ] [ error>> error>> no-current-vocab-error? ] must-fail-with [ 92 ] [ "CHAR: \\" eval( -- n ) ] unit-test [ 92 ] [ "CHAR: \\\\" eval( -- n ) ] unit-test