aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc1610/ajc1610.xml
blob: c51060775efc47477c4b51116232ea9dd85c49e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>

<suite>

  <ajc-test dir="bugs1610/prx" title="duplicate annotation">
    <compile files="A.java" options="-1.5">
    </compile>
  </ajc-test>
  
  <ajc-test dir="bugs1610/pr319431" title="loading old code">
    <compile files="Azpect2.java" inpath="builtWith168.jar" options="-1.5">
    </compile>
  </ajc-test>
  
</suite>