summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2007-11-19 18:00:51 +0000
committerMartin Odersky <odersky@gmail.com>2007-11-19 18:00:51 +0000
commit201ee07f1089800ec653e9ecea84289486741d72 (patch)
tree3dc550bb5a905e199db06f1e4ffb59e2b03fd84e /test/scalatest
parent60aced6ae6f75748bd7d4cb768fc4f2f3f7ef8da (diff)
downloadscala-201ee07f1089800ec653e9ecea84289486741d72.tar.gz
scala-201ee07f1089800ec653e9ecea84289486741d72.tar.bz2
scala-201ee07f1089800ec653e9ecea84289486741d72.zip
changed scalatest to use --utf8 encoding; added...
changed scalatest to use --utf8 encoding; added tests
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 4f52724acf..d9212d9dd6 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -736,7 +736,7 @@ if [ "$TEST_ALL" = "true" ]; then
fi;
SCALA="${BIN_DIR}scala";
-[ -z "$SCALAC_OPTS" ] && SCALAC_OPTS="-deprecation -encoding iso-8859-1";
+[ -z "$SCALAC_OPTS" ] && SCALAC_OPTS="-deprecation -encoding utf8";
if [ "$USEFSC" = "true" ]; then
SCALAC_CMD="${BIN_DIR}fsc";
else