summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-02-09 15:40:18 +0000
committermichelou <michelou@epfl.ch>2007-02-09 15:40:18 +0000
commit176e869db311234d1ef0d06a35d75456805c01a5 (patch)
treedbf434598e1269c96dcf3fe4a93e898cb0d2cd75 /test
parentcc20f5fbb5321eec19109355eb843545f3b0d453 (diff)
downloadscala-176e869db311234d1ef0d06a35d75456805c01a5.tar.gz
scala-176e869db311234d1ef0d06a35d75456805c01a5.tar.bz2
scala-176e869db311234d1ef0d06a35d75456805c01a5.zip
removed -nowarn option in scalatest (excepted f...
removed -nowarn option in scalatest (excepted for .NET tests)
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalatest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scalatest b/test/scalatest
index 283cd5a56e..a9dc13cc79 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -687,9 +687,9 @@ fi;
SCALA="${BIN_DIR}scala";
if [ "$USEFSC" = "true" ]; then
- SCALAC="${BIN_DIR}fsc -nowarn -deprecation -encoding iso-8859-1";
+ SCALAC="${BIN_DIR}fsc -deprecation -encoding iso-8859-1";
else
- SCALAC="${BIN_DIR}scalac -nowarn -deprecation -encoding iso-8859-1";
+ SCALAC="${BIN_DIR}scalac -deprecation -encoding iso-8859-1";
fi;
SCALAP="scalap";
ANT="ant";