summaryrefslogtreecommitdiff
path: root/tests/local.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/local.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/local.at')
-rw-r--r--tests/local.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/local.at b/tests/local.at
index 460e08b6..3b7356b5 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -1054,11 +1054,11 @@ m4_define([AT_JAVA_PARSER_CHECK],
# # ---------------------------------------------------------------------
# m4_define([AT_TEST_SYNTAX_ERROR],
# [
-# AT_TEST_TABLES_AND_PARSE([$1[ with %error-verbose]], [[verbose]],
+# AT_TEST_TABLES_AND_PARSE([$1[ with %define parse.error verbose]], [[verbose]],
# [[last-state]],
-# [[%error-verbose ]$2], [$3], [$4],
+# [[%define parse.error verbose ]$2], [$3], [$4],
# [[]], [$5], [], [$6], [$7], [$8])
-# AT_TEST_TABLES_AND_PARSE([$1[ with no %error-verbose]], [[no verbose]],
+# AT_TEST_TABLES_AND_PARSE([$1[ with no %define parse.error verbose]], [[no verbose]],
# [[last-state]],
# [$2], [$3], [$4],
# [[]], [$5], [], [$6], [$7], [$8])