X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/67fd79c42743952d58ca53e3a97a8b66ee31bcc6..01e972b3f529991ad22e68f0f8cc142543ac5d45:/tests/conflicts.at diff --git a/tests/conflicts.at b/tests/conflicts.at index 9b503b63..1cbf23ac 100644 --- a/tests/conflicts.at +++ b/tests/conflicts.at @@ -482,9 +482,9 @@ AT_DATA([input.y], exp: exp OP exp | NUM; ]]) -AT_CHECK([bison -o input.c input.y], 0, [], +AT_CHECK([bison -o input.c input.y], 1, [], [input.y: conflicts: 1 shift/reduce -input.y: warning: expected 0 shift/reduce conflicts +input.y: expected 0 shift/reduce conflicts ]) AT_CLEANUP @@ -519,9 +519,9 @@ AT_DATA([input.y], exp: exp OP exp | NUM; ]]) -AT_CHECK([bison -o input.c input.y], 0, [], +AT_CHECK([bison -o input.c input.y], 1, [], [input.y: conflicts: 1 shift/reduce -input.y: warning: expected 2 shift/reduce conflicts +input.y: expected 2 shift/reduce conflicts ]) AT_CLEANUP @@ -539,9 +539,9 @@ program: a 'a' | a a; a: 'a'; ]]) -AT_CHECK([bison -o input.c input.y], 0, [], +AT_CHECK([bison -o input.c input.y], 1, [], [input.y: conflicts: 1 reduce/reduce -input.y: warning: expected 0 reduce/reduce conflicts +input.y: expected 0 reduce/reduce conflicts ]) AT_CLEANUP