summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/scalatest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scalatest b/test/scalatest
index 52e498f6c8..fa4b639261 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -684,9 +684,9 @@ fi;
SCALA="${BIN_DIR}scala";
if [ "$USEFSC" = "true" ]; then
- SCALAC="${BIN_DIR}fsc -encoding iso-8859-1";
+ SCALAC="${BIN_DIR}fsc -deprecation -encoding iso-8859-1";
else
- SCALAC="${BIN_DIR}scalac -encoding iso-8859-1";
+ SCALAC="${BIN_DIR}scalac -deprecation -encoding iso-8859-1";
fi;
SCALAP="scalap";
ANT="ant";