summaryrefslogtreecommitdiff
path: root/tests/cxx-type.at
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-11-12 07:07:41 +0100
committerAkim Demaille <akim.demaille@gmail.com>2018-11-12 07:28:23 +0100
commitbe7c620d653ad7f1fbe00ebdbec63947ba9e9663 (patch)
tree5ae1b6eb4294c8dd39c787935818ef5d565f3f86 /tests/cxx-type.at
parent7928c3e6fbdf47ff81184966cee937e6aa694b94 (diff)
downloadbison-be7c620d653ad7f1fbe00ebdbec63947ba9e9663.tar.gz
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.
Diffstat (limited to 'tests/cxx-type.at')
-rw-r--r--tests/cxx-type.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx-type.at b/tests/cxx-type.at
index f3af6f44..90d794e2 100644
--- a/tests/cxx-type.at
+++ b/tests/cxx-type.at
@@ -445,7 +445,7 @@ AT_PARSER_CHECK([[./types test-input]], 0,
AT_CLEANUP
AT_SETUP([GLR: Verbose messages, resolve ambiguity, impure, no locations])
-_AT_TEST_GLR_CXXTYPES([%error-verbose],
+_AT_TEST_GLR_CXXTYPES([%define parse.error verbose],
[%merge <stmtMerge>], [%merge <stmtMerge>])
AT_PARSER_CHECK([[./types test-input]], 0,
[_AT_AMBIG_GLR_OUTPUT], [_AT_VERBOSE_GLR_STDERR])