From d429702dc56f8aa14f22544222486e079c2b780c Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Tue, 23 Jan 2007 13:46:11 +0000 Subject: Enable -deprecation while running tests --- test/scalatest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scalatest') diff --git a/test/scalatest b/test/scalatest index 52e498f6c8..fa4b639261 100755 --- a/test/scalatest +++ b/test/scalatest @@ -684,9 +684,9 @@ fi; SCALA="${BIN_DIR}scala"; if [ "$USEFSC" = "true" ]; then - SCALAC="${BIN_DIR}fsc -encoding iso-8859-1"; + SCALAC="${BIN_DIR}fsc -deprecation -encoding iso-8859-1"; else - SCALAC="${BIN_DIR}scalac -encoding iso-8859-1"; + SCALAC="${BIN_DIR}scalac -deprecation -encoding iso-8859-1"; fi; SCALAP="scalap"; ANT="ant"; -- cgit v1.2.3