summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_3.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5271_3.scala')
-rw-r--r--test/files/run/t5271_3.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/t5271_3.scala b/test/files/run/t5271_3.scala
index bfa116c691..a085bdca4c 100644
--- a/test/files/run/t5271_3.scala
+++ b/test/files/run/t5271_3.scala
@@ -12,6 +12,5 @@ object Test extends App {
val reporter = new ConsoleReporter(new Settings)
val toolbox = new ToolBox(reporter)
- val ttree = toolbox.typeCheck(code.tree)
- toolbox.runExpr(ttree)
+ println(code.tree)
}