summaryrefslogtreecommitdiff
path: root/tests/javapush.at
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-01-15 07:13:25 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-01-15 08:54:52 +0100
commit169c2530e45103ca2a8f60a5939008d2a98937be (patch)
treef63edc00067538d00bfc9dfcd40954fa750fdefc /tests/javapush.at
parentc894a6e2ce300acd42b294690c09f7837039dfb8 (diff)
downloadbison-169c2530e45103ca2a8f60a5939008d2a98937be.tar.gz
tests: fix AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS pairs
* tests/glr-regression.at, tests/java.at, tests/javapush.at: Close properly what is opened. Do not nest.
Diffstat (limited to 'tests/javapush.at')
-rw-r--r--tests/javapush.at3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/javapush.at b/tests/javapush.at
index 33fadc9c..4f79c006 100644
--- a/tests/javapush.at
+++ b/tests/javapush.at
@@ -864,4 +864,7 @@ AT_CHECK([[sed -e '/^Next token.*$/p' -e d ./stderr]],[ignore],[expout],[ignore-
# 2. Check that the calculator output matches that of a pull parser
AT_CHECK([[rm -f ./expout; cp -f ./output ./expout]],[ignore],[ignore-nolog],[ignore-nolog])
AT_CHECK([[cat ./stdout]],[ignore],[expout],[ignore-nolog])
+
+
+AT_BISON_OPTION_POPDEFS
AT_CLEANUP