summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/run-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-test b/test/run-test
index c404491b97..2985815697 100755
--- a/test/run-test
+++ b/test/run-test
@@ -36,7 +36,7 @@ test_dir="test-$$"
tmp_dir="/tmp/${test_dir}"
export JAVA="java"
-export JAVAC="javac -g -target 1.5"
+export JAVAC="javac -g -source 1.5 -target 1.5"
export RUN="${progdir}/etc/push-and-run-test-jar"
export DEX_LOCATION=/data/run-test/${test_dir}
export NEED_DEX="true"