From 8b6a9a9dc00b5d0f5f9ac959781010465ef6c48b Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 2 May 2012 17:41:40 +0200 Subject: remove -Xoldpatmat where test no longer needs it --- test/files/run/repl-suppressed-warnings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/repl-suppressed-warnings.scala') diff --git a/test/files/run/repl-suppressed-warnings.scala b/test/files/run/repl-suppressed-warnings.scala index 9afbbaf1a5..1a51afe34f 100644 --- a/test/files/run/repl-suppressed-warnings.scala +++ b/test/files/run/repl-suppressed-warnings.scala @@ -1,7 +1,7 @@ import scala.tools.partest.ReplTest object Test extends ReplTest { - override def extraSettings = "-Xoldpatmat" + override def extraSettings = "" def code = """ // "Is this thing on?" Not working on first couple -- cgit v1.2.3