tests: migrate from %error-verbose to %define parse.error verbose

* tests/actions.at, tests/c++.at, tests/conflicts.at,
* tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
* tests/headers.at, tests/input.at, tests/java.at, tests/javapush.at,
* tests/local.at, tests/regression.at, tests/skeletons.at,
* tests/torture.at:
Here.
This commit is contained in:
Akim Demaille
2018-11-12 07:07:41 +01:00
parent 7928c3e6fb
commit be7c620d65
14 changed files with 33 additions and 33 deletions

View File

@@ -122,7 +122,7 @@ m4_pushdef([AT_TEST],
AT_BISON_OPTION_PUSHDEFS([$1])
AT_DATA_GRAMMAR([input.y],
[[$1
%error-verbose
%define parse.error verbose
]AT_VARIANT_IF([], [%union {int integer;}])[
%code {
]AT_PUSH_IF([[
@@ -204,7 +204,7 @@ m4_pushdef([AT_TEST],
AT_DATA_GRAMMAR([$1.y],
[[%define api.prefix {$1_}
$2
%error-verbose
%define parse.error verbose
%union
{
int integer;