aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2005-11-07 16:23:28 +0000
committeraclement <aclement>2005-11-07 16:23:28 +0000
commitd67c9bf91013300fc5ade239cdc8e1814ed9b458 (patch)
tree66984470d35ee8433e5d62834013961d221d6272
parentad6c637955018901e060fb79966acddb89743227 (diff)
downloadaspectj-d67c9bf91013300fc5ade239cdc8e1814ed9b458.tar.gz
aspectj-d67c9bf91013300fc5ade239cdc8e1814ed9b458.zip
bridging tests.
-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>