From f54efe4dc3d13ffab28e6c1e7b0fced4b79eb8d0 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 6 Feb 2007 16:06:34 +0000 Subject: Merged the dotnet-scala branch --- test/scalatest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scalatest') diff --git a/test/scalatest b/test/scalatest index a9dc13cc79..283cd5a56e 100755 --- a/test/scalatest +++ b/test/scalatest @@ -687,9 +687,9 @@ fi; SCALA="${BIN_DIR}scala"; if [ "$USEFSC" = "true" ]; then - SCALAC="${BIN_DIR}fsc -deprecation -encoding iso-8859-1"; + SCALAC="${BIN_DIR}fsc -nowarn -deprecation -encoding iso-8859-1"; else - SCALAC="${BIN_DIR}scalac -deprecation -encoding iso-8859-1"; + SCALAC="${BIN_DIR}scalac -nowarn -deprecation -encoding iso-8859-1"; fi; SCALAP="scalap"; ANT="ant"; -- cgit v1.2.3