summaryrefslogtreecommitdiff
path: root/test/pending/run/t5258b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t5258b.scala')
-rw-r--r--test/pending/run/t5258b.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pending/run/t5258b.scala b/test/pending/run/t5258b.scala
index 70cb4a7f4e..3a603095b3 100644
--- a/test/pending/run/t5258b.scala
+++ b/test/pending/run/t5258b.scala
@@ -10,6 +10,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)
} \ No newline at end of file