summaryrefslogtreecommitdiff
path: root/test/files/run/t6028.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6028.scala')
-rw-r--r--test/files/run/t6028.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/run/t6028.scala b/test/files/run/t6028.scala
index 7611aee0fc..cab17535fc 100644
--- a/test/files/run/t6028.scala
+++ b/test/files/run/t6028.scala
@@ -14,7 +14,6 @@ object Test extends DirectTest {
|""".stripMargin.trim
override def show(): Unit = {
- // redirect err to out, for logging
Console.withErr(System.out) {
compile()
}