aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc150/ajc150.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
index 9eb5da00f..7115d779e 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -160,6 +160,12 @@
<run class="Basic3b"/>
</ajc-test>
+ <ajc-test dir="java5/decps" title="decps - 3c">
+ <compile files="Basic3c.java" options="-1.5">
+ </compile>
+ <run class="Basic3c"/>
+ </ajc-test>
+
<ajc-test dir="bugs150/pr119570" pr="119570" title="spurious override method warning">