]> git.saurik.com Git - bison.git/commitdiff
(Badly Collapsed GLR States): Switch to Yacc-style conflict reports.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Dec 2002 02:00:20 +0000 (02:00 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Dec 2002 02:00:20 +0000 (02:00 +0000)
tests/glr-regr1.at

index 72aec7053d4d3cdcb6aa4526c29f5f414a4e6f0a..884c64bd605096ab6a229f27921908f1426dd174 100644 (file)
@@ -89,7 +89,7 @@ yylex (void)
 ]])
 
 AT_CHECK([[bison -o glr-regr1.c glr-regr1.y]], 0, [],
-[glr-regr1.y: warning: 1 shift/reduce conflict
+[glr-regr1.y: conflicts: 1 shift/reduce
 ])
 AT_COMPILE([glr-regr1])
 AT_CHECK([[echo BPBPB | ./glr-regr1]], 0,