]> git.saurik.com Git - bison.git/blobdiff - tests/push.at
yacc.c, glr.c: check and fix the display of locations
[bison.git] / tests / push.at
index 057807dd21bb45211c4250c3c85afa757a73b74d..1b99397175c95c7a535f6ceffd9bdb96d5e7fe27 100644 (file)
@@ -101,7 +101,7 @@ start: ;
 
 %%
 ]AT_YYERROR_DEFINE[
-]m4_if([$1], [[both]], [AT_YYLEX_DEFINE([])])[
+]m4_if([$1], [[both]], [AT_YYLEX_DEFINE])[
 
 int
 main (void)
@@ -153,7 +153,7 @@ start: ;
 AT_BISON_OPTION_POPDEFS
 
 AT_BISON_CHECK([[input.y]], [[1]], [],
-[[input.y:2.9-21: %define variable 'api.push-pull' is not used
+[[input.y:2.9-21: error: %define variable 'api.push-pull' is not used
 ]])
 
 AT_CLEANUP