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