diff options
author | jhugunin <jhugunin> | 2003-10-23 16:47:24 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-10-23 16:47:24 +0000 |
commit | df309ad58ae97560a94b01f798845d9517cd5c86 (patch) | |
tree | ed8d7c69a5b940ea69dafb51cdf079e58f5b9e8f /tests/ajcTestsFailing.xml | |
parent | 0929f8ccff1b0e98dbc3168b7acfc4159a969b2b (diff) | |
download | aspectj-df309ad58ae97560a94b01f798845d9517cd5c86.tar.gz aspectj-df309ad58ae97560a94b01f798845d9517cd5c86.zip |
fix for Bugzilla Bug 45441
IncompatibleClassChangeError at runtime when compiling with -1.4 option
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index c4bfc6944..933125dbe 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -136,14 +136,5 @@ files="Main.java"/> <run class="Main"/> </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> |