aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml')
-rw-r--r--tests/src/test/resources/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml
index d6a2b7652..e29304e44 100644
--- a/tests/src/test/resources/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml
+++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml
@@ -8,7 +8,7 @@
<ajc-test dir="features1610/makeSJPOptimization" title="makeSJP optimization - LDC - No">
- <compile files="B.java Azpect.aj" options="-1.4"/>
+ <compile files="B.java Azpect.aj" options="-1.8"/>
<run class="B">
<stdout>
<line text="execution(public static void B.main(java.lang.String[]))"/>
@@ -21,7 +21,7 @@
</ajc-test>
<ajc-test dir="features1610/makeSJPOptimization" title="makeSJP optimization - LDC - Yes">
- <compile files="B.java Azpect.aj" options="-1.5"/>
+ <compile files="B.java Azpect.aj" options="-1.8"/>
<run class="B">
<stdout>
<line text="execution(public static void B.main(java.lang.String[]))"/>
@@ -34,7 +34,7 @@
</ajc-test>
<ajc-test dir="features1610/makeSJPOptimization" title="makeSJP optimization - Collapsed SJP - Yes">
- <compile files="B.java Azpect.aj" options="-1.5 -Xset:targetRuntime1_6_10=true"/>
+ <compile files="B.java Azpect.aj" options="-1.8 -Xset:targetRuntime1_6_10=true"/>
<run class="B">
<stdout>
<line text="execution(public static void B.main(java.lang.String[]))"/>
@@ -47,7 +47,7 @@
</ajc-test>
<ajc-test dir="features1610/makeSJPOptimization" title="makeSJP optimization - Collapsed SJP - Yes 1.4">
- <compile files="B.java Azpect.aj" options="-1.4 -Xset:targetRuntime1_6_10=true"/>
+ <compile files="B.java Azpect.aj" options="-1.8 -Xset:targetRuntime1_6_10=true"/>
<run class="B">
<stdout>
<line text="execution(public static void B.main(java.lang.String[]))"/>
@@ -60,7 +60,7 @@
</ajc-test>
<ajc-test dir="features1610/makeSJPOptimization" title="makeSJP optimization - Collapsed SJP - No">
- <compile files="B.java Azpect.aj" options="-1.5 -Xset:targetRuntime1_6_10=false"/>
+ <compile files="B.java Azpect.aj" options="-1.8 -Xset:targetRuntime1_6_10=false"/>
<run class="B">
<stdout>
<line text="execution(public static void B.main(java.lang.String[]))"/>
@@ -73,7 +73,7 @@
</ajc-test>
<ajc-test dir="features1610/makeSJPOptimization" title="makeSJP optimization - No Exception - No">
- <compile files="B.java Azpect.aj" options="-1.5 -Xset:targetRuntime1_6_10=false"/>
+ <compile files="B.java Azpect.aj" options="-1.8 -Xset:targetRuntime1_6_10=false"/>
<run class="B">
<stdout>
<line text="execution(public static void B.main(java.lang.String[]))"/>
@@ -86,7 +86,7 @@
</ajc-test>
<ajc-test dir="features1610/makeSJPOptimization" title="makeSJP optimization - No Exception - Yes">
- <compile files="B.java Azpect.aj" options="-1.5 -Xset:targetRuntime1_6_10=true"/>
+ <compile files="B.java Azpect.aj" options="-1.8 -Xset:targetRuntime1_6_10=true"/>
<run class="B">
<stdout>
<line text="execution(public static void B.main(java.lang.String[]))"/>
@@ -99,7 +99,7 @@
</ajc-test>
<ajc-test dir="features1610/makeSJPOptimization" title="makeSJP optimization - Remove Colon">
- <compile files="B.java Azpect.aj" options="-1.5"/>
+ <compile files="B.java Azpect.aj" options="-1.8"/>
<run class="B">
<stdout>
<line text="execution(public static void B.main(java.lang.String[]))"/>