aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc166/ajc166.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc166/ajc166.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml b/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml
index 0a7d6a8c0..6ccf9262e 100644
--- a/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml
+++ b/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml
@@ -2,6 +2,11 @@
<suite>
+ <ajc-test dir="bugs166/pr284297" title="generic signature problem">
+ <compile files="DomainLogic.java DomainObject.java FancyDomainLogic.java" options="-1.5" outjar="code.jar"/>
+ <compile files="FancyDomainLogicImpl.java" options="-1.5" classpath="code.jar"/>
+ </ajc-test>
+
<ajc-test dir="bugs166/pr283229" title="interfaces and serializable">
<compile files="Foo.java" options="-1.5 -XaddSerialVersionUID"/>
<run class="Foo">