Browse Source

bridging tests.

tags/V1_5_0RC1
aclement 18 years ago
parent
commit
d67c9bf910
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

+ 6
- 0
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml View File

@@ -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>



Loading…
Cancel
Save