summaryrefslogtreecommitdiff
path: root/test/files/run/t5789.scala
diff options
context:
space:
mode:
authorJames Iry <james.iry@typesafe.com>2012-12-07 11:12:17 -0800
committerJames Iry <james.iry@typesafe.com>2012-12-07 11:13:01 -0800
commit850128db455830e38f550d25406bb0a6dddde3b5 (patch)
tree4be2f8264e882f8a84aaf8103d84383e575c9d49 /test/files/run/t5789.scala
parentd69912293410dd6f3cb205d70b9de8d1bd10ded9 (diff)
downloadscala-850128db455830e38f550d25406bb0a6dddde3b5.tar.gz
scala-850128db455830e38f550d25406bb0a6dddde3b5.tar.bz2
scala-850128db455830e38f550d25406bb0a6dddde3b5.zip
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
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