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.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/test.xml b/org.eclipse.jdt.core.tests.compiler/test.xml
index c6bbf1e0c4..6e1cf571df 100644
--- a/org.eclipse.jdt.core.tests.compiler/test.xml
+++ b/org.eclipse.jdt.core.tests.compiler/test.xml
@@ -33,11 +33,6 @@
<!-- This target defines the tests that need to be run. -->
<target name="suite">
- <condition property="onWin32">
- <and>
- <os family="windows" />
- </and>
- </condition>
<!-- Parser tests -->
<property name="jdt-parser-folder"
value="${eclipse-home}/jdt_parser_folder"/>
@@ -63,7 +58,7 @@
<antcall target="evaluation_tests"/>
</target>
- <target name="evaluation_tests" if="onWin32">
+ <target name="evaluation_tests">
<!-- Evaluation tests -->
<property name="jdt-eval-folder"
value="${eclipse-home}/jdt_eval_folder"/>

Back to the top