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