From 176e869db311234d1ef0d06a35d75456805c01a5 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 9 Feb 2007 15:40:18 +0000 Subject: removed -nowarn option in scalatest (excepted f... removed -nowarn option in scalatest (excepted for .NET tests) --- test/scalatest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/scalatest b/test/scalatest index 283cd5a56e..a9dc13cc79 100755 --- a/test/scalatest +++ b/test/scalatest @@ -687,9 +687,9 @@ fi; SCALA="${BIN_DIR}scala"; if [ "$USEFSC" = "true" ]; then - SCALAC="${BIN_DIR}fsc -nowarn -deprecation -encoding iso-8859-1"; + SCALAC="${BIN_DIR}fsc -deprecation -encoding iso-8859-1"; else - SCALAC="${BIN_DIR}scalac -nowarn -deprecation -encoding iso-8859-1"; + SCALAC="${BIN_DIR}scalac -deprecation -encoding iso-8859-1"; fi; SCALAP="scalap"; ANT="ant"; -- cgit v1.2.3