]> 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:52:44 +0000 (21:52 +0100)
* tests/actions.at (YYBACKUP): here.

tests/actions.at

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