From: Akim Demaille Date: Thu, 7 Feb 2002 17:22:50 +0000 (+0000) Subject: Fix the previous test. X-Git-Tag: BISON-1_49a~159 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/616429b50868bf9225d55143526442a024e32969?hp=9b2d0677681e5af6073a40333d48bcf17e957f9f Fix the previous test. --- diff --git a/THANKS b/THANKS index 7f378481..7f4e262c 100644 --- a/THANKS +++ b/THANKS @@ -13,6 +13,7 @@ Dick Streefland dick.streefland@altium.nl Enrico Scholz enrico.scholz@informatik.tu-chemnitz.de Evgeny Stambulchik fnevgeny@plasma-gate.weizmann.ac.il Fabrice Bauzac noon@cote-dazur.com +Florian Krohm florian@edamail.fishkill.ibm.com H. Merijn Brand h.m.brand@hccnet.nl Hans Aberg haberg@matematik.su.se Jesse Thilo jthilo@gnu.org diff --git a/tests/input.at b/tests/input.at index 117af986..978affc5 100644 --- a/tests/input.at +++ b/tests/input.at @@ -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