summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-05 12:14:15 +0000
committermichelou <michelou@epfl.ch>2008-02-05 12:14:15 +0000
commite9d163ad64b331daa939f5b016d99660cf69bed6 (patch)
tree6c9f7f6fc50a9eda29e2a97f4d6a999e00adbb95 /test/scalatest
parentb7ff333ead97be345e13795576d1050a51c87e12 (diff)
downloadscala-e9d163ad64b331daa939f5b016d99660cf69bed6.tar.gz
scala-e9d163ad64b331daa939f5b016d99660cf69bed6.tar.bz2
scala-e9d163ad64b331daa939f5b016d99660cf69bed6.zip
reverted -unchecked addition
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