Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/test.xml')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/test.xml b/org.eclipse.jdt.core.tests.compiler/test.xml
index afe7e7ccfb..b421dbdaf5 100644
--- a/org.eclipse.jdt.core.tests.compiler/test.xml
+++ b/org.eclipse.jdt.core.tests.compiler/test.xml
@@ -56,6 +56,7 @@
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname"
value="org.eclipse.jdt.core.tests.compiler.regression.TestAll"/>
+ <property name="vmargs" value="-Dcompliance=1.4,1.7,1.8,15"/>
</ant>
<antcall target="evaluation_tests"/>

Back to the top