From: Akim Demaille Date: Thu, 26 Jan 2012 20:52:44 +0000 (+0100) Subject: tests: fix expected output. X-Git-Tag: v2.5.1_rc2~115 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ec94982becc67543aa05f67ea861f689f1e4ddd0 tests: fix expected output. * tests/actions.at (YYBACKUP): here. (cherry picked from commit 888b6ddfe44ee87ddc6bd77b960dde820c53f105) --- diff --git a/tests/actions.at b/tests/actions.at index 2da52941..ed913cd1 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