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