summaryrefslogtreecommitdiff
path: root/test/files/run/t5334_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5334_1.scala')
-rw-r--r--test/files/run/t5334_1.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/files/run/t5334_1.scala b/test/files/run/t5334_1.scala
index 7acf282bb8..9887bebf78 100644
--- a/test/files/run/t5334_1.scala
+++ b/test/files/run/t5334_1.scala
@@ -10,7 +10,5 @@ object Test extends App {
val reporter = new ConsoleReporter(new Settings)
val toolbox = new ToolBox(reporter)
- val ttree = toolbox.typeCheck(code.tree)
- println(ttree.tpe)
- println(toolbox.runExpr(ttree))
+ println(toolbox.runExpr(code.tree))
}