aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcHarnessTests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ajcHarnessTests.xml')
-rw-r--r--tests/ajcHarnessTests.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ajcHarnessTests.xml b/tests/ajcHarnessTests.xml
index a11ba3ba7..31b04a66e 100644
--- a/tests/ajcHarnessTests.xml
+++ b/tests/ajcHarnessTests.xml
@@ -180,7 +180,6 @@
keywords="purejava">
<compile classpath="classesDir,jars/required.jar"
files="Main.java"
- options="-Xreweavable"
outjar="main.zip"/>
<compile classpath="classesDir,jars/required.jar"
aspectpath="jars/requiredAspects.jar,jars/AspectMain.jar"
@@ -639,7 +638,7 @@ Also forked/unforked throw different exceptions
keywords="purejava">
<compile classpath="classesDir,jars/required.jar"
files="Main.java"
- options="-Xreweavable"
+ options=""
outjar="main.zip"/>
<run class="Main" fork="true" exception="NoClassDefFoundError"/>
<run class="Main" fork="false" exception="java.lang.ClassNotFoundException"/>