summaryrefslogtreecommitdiff
path: root/test/files/run/toolbox_console_reporter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/toolbox_console_reporter.scala')
-rw-r--r--test/files/run/toolbox_console_reporter.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/toolbox_console_reporter.scala b/test/files/run/toolbox_console_reporter.scala
index 1da9a6bc16..c5b788550e 100644
--- a/test/files/run/toolbox_console_reporter.scala
+++ b/test/files/run/toolbox_console_reporter.scala
@@ -1,4 +1,4 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
object Test extends App {
// todo. cannot test this unfortunately, because ConsoleFrontEnd grabs Console.out too early
@@ -13,4 +13,4 @@ object Test extends App {
//
// Utils.foo
//})
-}
+} \ No newline at end of file