From: Akim Demaille Date: Thu, 26 Jan 2012 20:52:44 +0000 (+0100) Subject: tests: fix expected output. X-Git-Tag: v2.7.90~547 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/888b6ddfe44ee87ddc6bd77b960dde820c53f105?ds=sidebyside tests: fix expected output. * tests/actions.at (YYBACKUP): here. --- diff --git a/tests/actions.at b/tests/actions.at index 4199a3ef..b49d9432 100644 --- a/tests/actions.at +++ b/tests/actions.at @@ -1586,7 +1586,6 @@ AT_COMPILE([[input]]) AT_PARSER_CHECK([[./input]], [[0]], [[a: 123 a: 456 -a: 789 ]]) AT_CLEANUP