summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-02-06 16:06:34 +0000
committermihaylov <mihaylov@epfl.ch>2007-02-06 16:06:34 +0000
commitf54efe4dc3d13ffab28e6c1e7b0fced4b79eb8d0 (patch)
treeedc177727863228bfaa809ecb7c9dee89c6bc4fb /test/scalatest
parent89e9d67df8a1cfa075808da59238b20f406f7f51 (diff)
downloadscala-f54efe4dc3d13ffab28e6c1e7b0fced4b79eb8d0.tar.gz
scala-f54efe4dc3d13ffab28e6c1e7b0fced4b79eb8d0.tar.bz2
scala-f54efe4dc3d13ffab28e6c1e7b0fced4b79eb8d0.zip
Merged the dotnet-scala branch
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";