X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/46bdb8ec593ea0cfd1604b7d1253a3af1c571e6d..595284e9d0277517bac8f3fc7bcdd529d97aa6f9:/tests/input.at diff --git a/tests/input.at b/tests/input.at index 188ed166..ac9be79d 100644 --- a/tests/input.at +++ b/tests/input.at @@ -805,9 +805,9 @@ start: DECIMAL_1 HEXADECIMAL_2; AT_BISON_CHECK([redecl.y], [1], [], [[redecl.y:10.10-22: error: user token number 11259375 redeclaration for HEXADECIMAL_1 -redecl.y:9.8-16: previous declaration for DECIMAL_1 +redecl.y:9.8-16: previous declaration for DECIMAL_1 redecl.y:12.10-18: error: user token number 16702650 redeclaration for DECIMAL_2 -redecl.y:11.10-22: previous declaration for HEXADECIMAL_2 +redecl.y:11.10-22: previous declaration for HEXADECIMAL_2 ]]) AT_DATA_GRAMMAR([too-large.y],