summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_closure9a.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/reify_closure9a.scala')
-rw-r--r--test/pending/run/reify_closure9a.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/reify_closure9a.scala b/test/pending/run/reify_closure9a.scala
index dddfa3f6c2..f39ff1e2f3 100644
--- a/test/pending/run/reify_closure9a.scala
+++ b/test/pending/run/reify_closure9a.scala
@@ -10,7 +10,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]
}