summaryrefslogtreecommitdiff
path: root/test/files/run/toolbox_console_reporter.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-04-20 19:08:36 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-04-20 22:57:41 +0200
commit89fd256787695774771b5d4509de493271267585 (patch)
treea58383ca643d0302e4de61d783cabb138a75c7b1 /test/files/run/toolbox_console_reporter.scala
parent016bc3db52d6f1ffa3ef2285d5801f82f5f49167 (diff)
downloadscala-89fd256787695774771b5d4509de493271267585.tar.gz
scala-89fd256787695774771b5d4509de493271267585.tar.bz2
scala-89fd256787695774771b5d4509de493271267585.zip
scala.reflect.api: Reporters => FrontEnds
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 fd244b40ec..1da9a6bc16 100644
--- a/test/files/run/toolbox_console_reporter.scala
+++ b/test/files/run/toolbox_console_reporter.scala
@@ -1,10 +1,10 @@
import scala.reflect.mirror._
object Test extends App {
- // todo. cannot test this unfortunately, because ConsoleReporter grabs Console.out too early
+ // todo. cannot test this unfortunately, because ConsoleFrontEnd grabs Console.out too early
// todo. and isn't affected by Console.setOut employed by partest to intercept output
- //val toolbox = mkToolBox(reporter = mkConsoleReporter(), options = "-deprecation")
+ //val toolbox = mkToolBox(frontEnd = mkConsoleFrontEnd(), options = "-deprecation")
//toolbox.runExpr(reify{
// object Utils {
// @deprecated("test", "2.10.0")