summaryrefslogtreecommitdiff
path: root/test/partest
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-01-24 16:43:48 -0800
committerPaul Phillips <paulp@improving.org>2013-01-24 16:43:48 -0800
commite7ecaa00bbd5387870d0c26df4d8fba128b59c9e (patch)
tree33618eda7511577269998322e36b8b15069fc19b /test/partest
parent40bf1d8d8e300cab0f9a5f8dc78fc26a8e44f869 (diff)
parentd972336af84b0d26c37faaa8b506adc8bba7e02c (diff)
downloadscala-e7ecaa00bbd5387870d0c26df4d8fba128b59c9e.tar.gz
scala-e7ecaa00bbd5387870d0c26df4d8fba128b59c9e.tar.bz2
scala-e7ecaa00bbd5387870d0c26df4d8fba128b59c9e.zip
Merge pull request #1949 from khernyo/partest-scalac-opts-fix
Use the same default scalac options in all three partest frontends
Diffstat (limited to 'test/partest')
-rwxr-xr-xtest/partest1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/partest b/test/partest
index 8352f8a946..186c0d1580 100755
--- a/test/partest
+++ b/test/partest
@@ -77,7 +77,6 @@ fi
# last arg wins, so if JAVA_OPTS already contains -Xmx or -Xms the
# supplied argument will be used.
JAVA_OPTS="-Xmx1024M -Xms64M $JAVA_OPTS"
-[ -n "$SCALAC_OPTS" ] || SCALAC_OPTS="-deprecation"
partestDebugStr=""
if [ ! -z "${PARTEST_DEBUG}" ] ; then