summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
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