summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_closure4b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/reify_closure4b.scala')
-rw-r--r--test/pending/run/reify_closure4b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/reify_closure4b.scala b/test/pending/run/reify_closure4b.scala
index 1a349de072..34f707e092 100644
--- a/test/pending/run/reify_closure4b.scala
+++ b/test/pending/run/reify_closure4b.scala
@@ -14,7 +14,7 @@ object Test extends App {
}
val toolbox = cm.mkToolBox()
- val dyn = toolbox.runExpr(new Foo(y).fun.tree)
+ val dyn = toolbox.eval(new Foo(y).fun.tree)
dyn.asInstanceOf[Int => Int]
}