summaryrefslogtreecommitdiff
path: root/test/pending/run/t5271_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t5271_1.scala')
-rw-r--r--test/pending/run/t5271_1.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pending/run/t5271_1.scala b/test/pending/run/t5271_1.scala
index 5f10e64528..afbd8fe465 100644
--- a/test/pending/run/t5271_1.scala
+++ b/test/pending/run/t5271_1.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)
}