aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-06-02 20:21:32 +0000
committerjhugunin <jhugunin>2003-06-02 20:21:32 +0000
commite82e02a571325c67027706571995ca8df97ba035 (patch)
treed5cdccee43f9a02fe83eb9fac76b21ce8e059d91 /tests/ajcTests.xml
parente76e67fddf6081780c06faf9b602de5296f82769 (diff)
downloadaspectj-e82e02a571325c67027706571995ca8df97ba035.tar.gz
aspectj-e82e02a571325c67027706571995ca8df97ba035.zip
added test for Bugzilla Bug 38345
VerifyError, Inconsistent stack height with try/switch/if combination
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 59ff49255..1419fc198 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6382,4 +6382,10 @@
<compile files="p1/Base.java,p2/Derived.java"/>
<run class="p2.Derived"/>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="38345" keywords="purejava"
+ title="try switch VerifyError, InconsistentStackHeight">
+ <compile files="TrySwitch.java"/>
+ <run class="TrySwitch"/>
+ </ajc-test>
</suite>