diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2002-12-07 06:15:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2002-12-07 06:15:18 +0000 |
commit | 2bf21a8322d5465fc4cc78839d692c4bbcb807b1 (patch) | |
tree | af13b0664f7d68707fc890c233ea351bac094478 /tests/conflicts.at | |
parent | 3f2d73f157290074627f93ebac29cee2a14d84f0 (diff) | |
download | bison-2bf21a8322d5465fc4cc78839d692c4bbcb807b1.tar.gz |
(S/R in initial, Defaulted Conflicted Reduction):
Adjust reported locations to match the more-precise
results now expected.
Diffstat (limited to 'tests/conflicts.at')
-rw-r--r-- | tests/conflicts.at | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/conflicts.at b/tests/conflicts.at index f3fe7821..58838e7e 100644 --- a/tests/conflicts.at +++ b/tests/conflicts.at @@ -38,7 +38,7 @@ e: 'e' | /* Nothing. */; ]]) AT_CHECK([bison -o input.c input.y], 0, [], -[[input.y:4.8: warning: rule never reduced because of conflicts: e: /* empty */ +[[input.y:4.9: warning: rule never reduced because of conflicts: e: /* empty */ ]]) AT_CLEANUP @@ -370,7 +370,7 @@ id : '0'; AT_CHECK([bison -o input.c --report=all input.y], 0, [], [[input.y: warning: 1 reduce/reduce conflict -input.y:4.4-8: warning: rule never reduced because of conflicts: id: '0' +input.y:4.6-8: warning: rule never reduced because of conflicts: id: '0' ]]) # Check the contents of the report. |