summaryrefslogtreecommitdiff
path: root/tests/push.at
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-06-28 14:20:17 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-06-28 15:01:36 +0200
commit95361618dee181507d53f47de2dd50c667b84007 (patch)
tree7191364bbd197cf0d205d4456a9f920e6844cac4 /tests/push.at
parent694af10cb7670fcbe198685d13d5db7f87a9b083 (diff)
downloadbison-95361618dee181507d53f47de2dd50c667b84007.tar.gz
tests: AT_YYERROR_DEFINE: prepare for list of ints.
* tests/local.at (AT_YYERROR_DEFINE): Don't add quotes, check their presence to detect char/int types. * tests/actions.at, tests/conflicts.at, tests/glr-regression.at, * tests/push.at, tests/regression.at: Adjust.
Diffstat (limited to 'tests/push.at')
-rw-r--r--tests/push.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push.at b/tests/push.at
index 057807dd..d2c09263 100644
--- a/tests/push.at
+++ b/tests/push.at
@@ -101,7 +101,7 @@ start: ;
%%
]AT_YYERROR_DEFINE[
-]m4_if([$1], [[both]], [AT_YYLEX_DEFINE([])])[
+]m4_if([$1], [[both]], [AT_YYLEX_DEFINE])[
int
main (void)