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