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