From 14a631a5fec42d04d0723355a0b93e482b5e4662 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 8 May 2009 16:33:15 +0000 Subject: massive new collections checkin. --- test/files/run/constrained-types.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/run/constrained-types.scala') diff --git a/test/files/run/constrained-types.scala b/test/files/run/constrained-types.scala index b640db1d67..56fbd749c0 100644 --- a/test/files/run/constrained-types.scala +++ b/test/files/run/constrained-types.scala @@ -89,6 +89,7 @@ object Test { val settings = new Settings settings.Xexperimental.value = true settings.selfInAnnots.value = true + settings.deprecation.value = true val interp = new Interpreter(settings) -- cgit v1.2.3