summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-05 10:27:38 +0000
committermichelou <michelou@epfl.ch>2008-02-05 10:27:38 +0000
commit2388b54ba3762e019b35affb81aea67ed92762dd (patch)
tree835c27ab822be77ff503fe4754d905d8bf094703 /test
parent87609b42414616a3ec1f0f2f2007f3061fa7f886 (diff)
downloadscala-2388b54ba3762e019b35affb81aea67ed92762dd.tar.gz
scala-2388b54ba3762e019b35affb81aea67ed92762dd.tar.bz2
scala-2388b54ba3762e019b35affb81aea67ed92762dd.zip
updated default encoding to UTF8
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index 663711a67a..a5137612d8 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 -encoding utf8";
+[ -z "$SCALAC_OPTS" ] && SCALAC_OPTS="-deprecation -unchecked";
if [ "$USEFSC" = "true" ]; then
SCALAC_CMD="${BIN_DIR}fsc";
else