From 850128db455830e38f550d25406bb0a6dddde3b5 Mon Sep 17 00:00:00 2001 From: James Iry Date: Fri, 7 Dec 2012 11:12:17 -0800 Subject: SI-5789 Checks in the right version of the test In my other commit I had a version of the test that didn't actually reproduce the problem because it didn't set the optimize flag --- test/files/run/t5789.scala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') diff --git a/test/files/run/t5789.scala b/test/files/run/t5789.scala index 4169e34959..bbb0401941 100644 --- a/test/files/run/t5789.scala +++ b/test/files/run/t5789.scala @@ -12,9 +12,7 @@ object Test { """ val s = new Settings() - s.optimise.value = false - s.debug.value = true - s.log.value = List("all") + s.optimise.value = true val lines = ILoop.runForTranscript(code + "\n" + code, s).lines.toList -- cgit v1.2.3