mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-09-01 14:08:39 +00:00
Fix the previous test.
This commit is contained in:
@@ -13,6 +13,7 @@ Dick Streefland [email protected]
|
|||||||
Enrico Scholz [email protected]
|
Enrico Scholz [email protected]
|
||||||
Evgeny Stambulchik [email protected]
|
Evgeny Stambulchik [email protected]
|
||||||
Fabrice Bauzac [email protected]
|
Fabrice Bauzac [email protected]
|
||||||
|
Florian Krohm [email protected]
|
||||||
H. Merijn Brand [email protected]
|
H. Merijn Brand [email protected]
|
||||||
Hans Aberg [email protected]
|
Hans Aberg [email protected]
|
||||||
Jesse Thilo [email protected]
|
Jesse Thilo [email protected]
|
||||||
|
|||||||
+2
-2
@@ -33,7 +33,7 @@ exp: { $$ = $1 ; }
|
|||||||
]])
|
]])
|
||||||
|
|
||||||
AT_CHECK([bison input.y], [1], [],
|
AT_CHECK([bison input.y], [1], [],
|
||||||
[[input.y:2: invalid $ value
|
[[input.y:2: invalid value: $1
|
||||||
]])
|
]])
|
||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
@@ -52,7 +52,7 @@ exp: { @$ = @1 ; }
|
|||||||
]])
|
]])
|
||||||
|
|
||||||
AT_CHECK([bison input.y], [1], [],
|
AT_CHECK([bison input.y], [1], [],
|
||||||
[[input.y:2: invalid @ value
|
[[input.y:2: invalid value: @1
|
||||||
]])
|
]])
|
||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|||||||
Reference in New Issue
Block a user