From e9d163ad64b331daa939f5b016d99660cf69bed6 Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 5 Feb 2008 12:14:15 +0000 Subject: reverted -unchecked addition --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scalatest') diff --git a/test/scalatest b/test/scalatest index a5137612d8..5b00c33830 100755 --- a/test/scalatest +++ b/test/scalatest @@ -812,7 +812,7 @@ if [ "$TEST_ALL" = "true" ]; then fi; SCALA="${BIN_DIR}scala"; -[ -z "$SCALAC_OPTS" ] && SCALAC_OPTS="-deprecation -unchecked"; +[ -z "$SCALAC_OPTS" ] && SCALAC_OPTS="-deprecation"; if [ "$USEFSC" = "true" ]; then SCALAC_CMD="${BIN_DIR}fsc"; else -- cgit v1.2.3