summaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc1610/ajc1610.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc1610/ajc1610.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc1610/ajc1610.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc1610/ajc1610.xml b/tests/src/org/aspectj/systemtest/ajc1610/ajc1610.xml
index 4cdfa2387..fc8c61a90 100644
--- a/tests/src/org/aspectj/systemtest/ajc1610/ajc1610.xml
+++ b/tests/src/org/aspectj/systemtest/ajc1610/ajc1610.xml
@@ -2,6 +2,25 @@
<suite>
+ <ajc-test dir="bugs1610/pr324932" title="pr324932">
+ <compile files="A.java" options="-1.5"/>
+ <compile files="X.aj" options="-1.5 -Xlint:ignore" />
+ <run class="A" ltw="aop.xml">
+ <stdout>
+ <line text="It WORKS"/>
+ </stdout>
+ </run>
+ </ajc-test>
+
+ <ajc-test dir="bugs1610/pr324932_2" title="pr324932 - 2">
+ <compile files="A.java" options="-1.5"/>
+ <run class="A" ltw="aop.xml">
+ <stdout>
+ <line text="It WORKS"/>
+ </stdout>
+ </run>
+ </ajc-test>
+
<ajc-test dir="bugs1610/pr322446" title="declare parents abstract aspect">
<compile files="Super.java I.java" outjar="aspects.jar" options="-1.5"/>
<compile files="Code.java" classpath="aspects.jar" options="-1.5 -emacssym"/>