]> git.saurik.com Git - bison.git/blobdiff - tests/glr-regr1.at
Update version number to 1.75g.
[bison.git] / tests / glr-regr1.at
index 2483fc52170283a0447107aefc894982bf656b99..884c64bd605096ab6a229f27921908f1426dd174 100644 (file)
@@ -63,8 +63,7 @@ static YYSTYPE exprMerge (YYSTYPE x0, YYSTYPE x1)
 int
 main (void)
 {
-  yyparse ();
-  return 0;
+  return yyparse ();
 }
 
 int
@@ -90,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,