diff options
author | aclement <aclement> | 2011-08-17 15:54:19 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-08-17 15:54:19 +0000 |
commit | dbd781c9be2c9c635799a2c011ab96bf09d0f43c (patch) | |
tree | dfe589d27e098dd2b934c17404564690bbff5174 | |
parent | e71e287b8c6c18370b79f7f8bacc734274573267 (diff) | |
download | aspectj-dbd781c9be2c9c635799a2c011ab96bf09d0f43c.tar.gz aspectj-dbd781c9be2c9c635799a2c011ab96bf09d0f43c.zip |
354683
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml index f8e2b0f4a..657a9281a 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml +++ b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml @@ -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"> |