aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-07-24 19:53:50 +0000
committerjhugunin <jhugunin>2003-07-24 19:53:50 +0000
commit01b77ac07d292a8bdafc9c10112f4f89bae204ec (patch)
tree4777c3a6a600d1fc3f1dea1aee55ce62219c5138 /tests
parentfc3423e80f0640cd1e72e0f8f0efddc98f86793a (diff)
downloadaspectj-01b77ac07d292a8bdafc9c10112f4f89bae204ec.tar.gz
aspectj-01b77ac07d292a8bdafc9c10112f4f89bae204ec.zip
moved to 2.1.1 jdtcore. Updated our code to change one call to a
convenience method that was removed. Updated tests to enable the test for the horrible switch bug that this fixes.
Diffstat (limited to 'tests')
-rw-r--r--tests/ajcTests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index b88e97da1..a7c73d20d 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6383,7 +6383,7 @@
<run class="p2.Derived"/>
</ajc-test>
- <ajc-test dir="bugs" pr="38345" keywords="purejava"
+ <ajc-test dir="bugs" pr="38345"
title="try switch VerifyError, InconsistentStackHeight">
<compile files="TrySwitch.java"/>
<run class="TrySwitch"/>