aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcHarnessTests.xml
diff options
context:
space:
mode:
authoraclement <aclement>2005-10-05 12:23:52 +0000
committeraclement <aclement>2005-10-05 12:23:52 +0000
commit12e6334bf5f77d7c3bc2e66eeefa105f0507334a (patch)
tree740bd9271abcafb3bad10c01ba3060d8383efce0 /tests/ajcHarnessTests.xml
parent451fea8a2f9b3640d6c133c3f01dad8b9a78f72c (diff)
downloadaspectj-12e6334bf5f77d7c3bc2e66eeefa105f0507334a.tar.gz
aspectj-12e6334bf5f77d7c3bc2e66eeefa105f0507334a.zip
Let the bug floodgates open, reweavable is now default (pr91417)
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"/>