From: Paul Eggert Date: Wed, 6 Nov 2002 07:01:55 +0000 (+0000) Subject: (Invalid $n, Invalid @n): Change expected wording accordingly. X-Git-Tag: BISON-1_875~336 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9906579faa96e719a947b1057ccadaf662a9a969 (Invalid $n, Invalid @n): Change expected wording accordingly. --- diff --git a/tests/input.at b/tests/input.at index de584aac..7b6c35a4 100644 --- a/tests/input.at +++ b/tests/input.at @@ -33,7 +33,7 @@ exp: { $$ = $1 ; }; ]]) AT_CHECK([bison input.y], [1], [], -[[input.y:2.6-14: invalid value: `$1' +[[input.y:2.6-14: integer out of range: `$1' ]]) AT_CLEANUP @@ -51,7 +51,7 @@ exp: { @$ = @1 ; }; ]]) AT_CHECK([bison input.y], [1], [], -[[input.y:2.6-14: invalid value: `@1' +[[input.y:2.6-14: integer out of range: `@1' ]]) AT_CLEANUP