Browse Source

354683

tags/V1_6_12M2
aclement 12 years ago
parent
commit
dbd781c9be
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml

+ 1
- 1
tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml View File

@@ -4,7 +4,7 @@

<ajc-test dir="bugs1612/pr354683" title="itd split compilation">
<compile files="util/CommonData.java util/CommonDataImpl.java util/CommonDataImplementation.aj util/DerivedCommonDataInterface.java util/DerivedCommonDataInterfaceImpl.java util/DerivedCommonDataInterfaceImplementation.aj" options="-1.5" outjar="code.jar"/>
<compile files="main/AbstractBaseClass.java main/DerivedClass.java main/Whatever.java " options="-1.5 -showWeaveInfo" aspectpath="code.jar"/>
<compile files="main/AbstractBaseClass.java main/DerivedClass.java main/Whatever.java " options="-1.5" aspectpath="code.jar"/>
</ajc-test>

<ajc-test dir="bugs1612/pr239649" title="thisAspectInstance - 1">

Loading…
Cancel
Save