]> gitweb.factorcode.org Git - factor.git/commitdiff
parser: last fix.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jun 2012 21:18:55 +0000 (14:18 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jun 2012 21:18:55 +0000 (14:18 -0700)
core/parser/parser-tests.factor

index 9507403791cc2e6001e554a9872dcfeb4ebe0f4e..28ecf78c03967b1fa5b2852863a5899d8208ad4d 100644 (file)
@@ -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