summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scalatest b/test/scalatest
index 5d819a2b1c..b0e2048594 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -753,8 +753,8 @@ while [ $# -gt 0 ]; do
esac;
done;
-if [ "$JAVA5" = "true" -a "$TEST_TYPE" != "msil" ]; then
- FLAGS="$FLAGS -target:jvm-1.5"
+if [ "$JAVA5" = "false" -o "$TEST_TYPE" = "msil" ]; then
+ FLAGS="$FLAGS -target:jvm-1.4";
fi;
if [ -z "$ERRORS" ]; then