aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
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>