Fix the previous test.

This commit is contained in:
Akim Demaille
2002-02-07 17:22:50 +00:00
parent 9b2d067768
commit 616429b508
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ Dick Streefland [email protected]
Enrico Scholz [email protected]
Evgeny Stambulchik [email protected]
Fabrice Bauzac [email protected]
Florian Krohm [email protected]
H. Merijn Brand [email protected]
Hans Aberg [email protected]
Jesse Thilo [email protected]
+2 -2
View File
@@ -33,7 +33,7 @@ exp: { $$ = $1 ; }
]])
AT_CHECK([bison input.y], [1], [],
[[input.y:2: invalid $ value
[[input.y:2: invalid value: $1
]])
AT_CLEANUP
@@ -52,7 +52,7 @@ exp: { @$ = @1 ; }
]])
AT_CHECK([bison input.y], [1], [],
[[input.y:2: invalid @ value
[[input.y:2: invalid value: @1
]])
AT_CLEANUP