summaryrefslogtreecommitdiff
path: root/test/files/run/reify_anonymous.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_anonymous.scala')
-rw-r--r--test/files/run/reify_anonymous.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/reify_anonymous.scala b/test/files/run/reify_anonymous.scala
index 1e7f3fe856..af16f2f8fd 100644
--- a/test/files/run/reify_anonymous.scala
+++ b/test/files/run/reify_anonymous.scala
@@ -9,6 +9,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)
+ toolbox.runExpr(code.tree)
}