diff options
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> |