aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-10-23 16:47:24 +0000
committerjhugunin <jhugunin>2003-10-23 16:47:24 +0000
commitdf309ad58ae97560a94b01f798845d9517cd5c86 (patch)
treeed8d7c69a5b940ea69dafb51cdf079e58f5b9e8f /tests/ajcTests.xml
parent0929f8ccff1b0e98dbc3168b7acfc4159a969b2b (diff)
downloadaspectj-df309ad58ae97560a94b01f798845d9517cd5c86.tar.gz
aspectj-df309ad58ae97560a94b01f798845d9517cd5c86.zip
fix for Bugzilla Bug 45441
IncompatibleClassChangeError at runtime when compiling with -1.4 option
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index cd3310c0c..6b7bdcf89 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6775,4 +6775,13 @@
</compile>
</ajc-test>
+ <ajc-test dir="bugs/jpOptimization"
+ pr="45441"
+ title="JoinPoint Optimization when targetting 1.4">
+ <compile
+ files="de/test/MyMain.java,
+ de/test/MyAspect.java"
+ options="-1.4"/>
+ <run class="de.test.MyMain"/>
+ </ajc-test>
</suite>