aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 bafe2638e..e344bb546 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -4173,6 +4173,12 @@
<compile files="X4.aj" inpath="code.jar" options ="-1.5"/>
<run class="X4"/>
</ajc-test>
+
+ <ajc-test dir="java5/generics/binaryBridging" title="binary bridge methods - one">
+ <compile files="OneA.java" outjar="onea.jar" options="-1.5"/>
+ <compile files="OneB.java" outjar="oneb.jar" options="-1.5"/>
+ <compile files="OneX.java" inpath="onea.jar;oneb.jar" options="-1.5"/>
+ </ajc-test>