tests: remove useless %defines

Many tests were using %defines because C++ skeletons used to require
it.

* tests/actions.at, tests/c++.at, tests/input.at, tests/regression.at:
Remove useless %defines.
This commit is contained in:
Akim Demaille
2013-01-28 15:37:49 +01:00
parent 7d1aa2d636
commit 66fb016e1d
4 changed files with 7 additions and 18 deletions

View File

@@ -77,8 +77,7 @@ m4_pushdef([AT_TEST],
AT_BISON_OPTION_PUSHDEFS([%locations %skeleton "$1" $2])
AT_DATA_GRAMMAR([[input.y]],
[[%defines /* FIXME: Required by lalr1.cc in Bison 2.6. */
%locations
[[%locations
%debug
%skeleton "$1"
]$2[
@@ -182,8 +181,7 @@ m4_pushdef([AT_TEST],
AT_BISON_OPTION_PUSHDEFS([%locations %skeleton "$1" $2])
AT_DATA_GRAMMAR([[input.y]],
[[%defines /* FIXME: Required by lalr1.cc in Bison 2.6. */
%locations
[[%locations
%debug
%skeleton "$1"
]$2[