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 a9dc13cc79..283cd5a56e 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -687,9 +687,9 @@ fi;
SCALA="${BIN_DIR}scala";
if [ "$USEFSC" = "true" ]; then
- SCALAC="${BIN_DIR}fsc -deprecation -encoding iso-8859-1";
+ SCALAC="${BIN_DIR}fsc -nowarn -deprecation -encoding iso-8859-1";
else
- SCALAC="${BIN_DIR}scalac -deprecation -encoding iso-8859-1";
+ SCALAC="${BIN_DIR}scalac -nowarn -deprecation -encoding iso-8859-1";
fi;
SCALAP="scalap";
ANT="ant";