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.
This commit is contained in:
Akim Demaille
2020-01-15 07:13:25 +01:00
parent c894a6e2ce
commit 169c2530e4
3 changed files with 8 additions and 5 deletions

View File

@@ -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