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