summaryrefslogtreecommitdiff
path: root/test/files/run/t5789.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5789.scala')
-rw-r--r--test/files/run/t5789.scala4
1 files changed, 1 insertions, 3 deletions
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