]> gitweb.factorcode.org Git - factor.git/commitdiff
parser: Drunk coding is buzzed coding.
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 22 Jun 2012 00:35:24 +0000 (17:35 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 22 Jun 2012 00:35:24 +0000 (17:35 -0700)
core/parser/parser-tests.factor

index 28ecf78c03967b1fa5b2852863a5899d8208ad4d..a399948632fba8c74a3160d8a19ce4c0244c191d 100644 (file)
@@ -470,7 +470,7 @@ DEFER: foo
 
 [ t ] [ "staging-problem-test-2" "parser.tests" lookup-word >boolean ] unit-test
 
-[ "DEFER: blahy" eval( -- ) ] [ error>> error>> no-current-vocab? ] must-fail-with
+[ "DEFER: blahy" eval( -- ) ] [ error>> error>> no-current-vocab-error? ] must-fail-with
 
 [
     "IN: parser.tests SYNTAX: blahy ; FORGET: blahy" eval( -- )