summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index a5137612d8..5b00c33830 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -812,7 +812,7 @@ if [ "$TEST_ALL" = "true" ]; then
fi;
SCALA="${BIN_DIR}scala";
-[ -z "$SCALAC_OPTS" ] && SCALAC_OPTS="-deprecation -unchecked";
+[ -z "$SCALAC_OPTS" ] && SCALAC_OPTS="-deprecation";
if [ "$USEFSC" = "true" ]; then
SCALAC_CMD="${BIN_DIR}fsc";
else