]> git.saurik.com Git - bison.git/commitdiff
tests: fix expected output.
authorAkim Demaille <demaille@gostai.com>
Thu, 26 Jan 2012 20:52:44 +0000 (21:52 +0100)
committerAkim Demaille <demaille@gostai.com>
Thu, 26 Jan 2012 20:54:10 +0000 (21:54 +0100)
* tests/actions.at (YYBACKUP): here.
(cherry picked from commit 888b6ddfe44ee87ddc6bd77b960dde820c53f105)

tests/actions.at

index 2da529411568ab62d688be6f9501735c6dab7678..ed913cd18cbc5947c461cfa6aca1020113f75b4f 100644 (file)
@@ -1586,7 +1586,6 @@ AT_COMPILE([[input]])
 AT_PARSER_CHECK([[./input]], [[0]],
 [[a: 123
 a: 456
-a: 789
 ]])
 
 AT_CLEANUP