summaryrefslogtreecommitdiff
path: root/test/files/run/reify_inheritance.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_inheritance.scala')
-rw-r--r--test/files/run/reify_inheritance.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/reify_inheritance.scala b/test/files/run/reify_inheritance.scala
index 2a1b5f764f..78a64c264e 100644
--- a/test/files/run/reify_inheritance.scala
+++ b/test/files/run/reify_inheritance.scala
@@ -18,6 +18,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)
}