summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_closures11.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/reify_closures11.scala')
-rw-r--r--test/pending/run/reify_closures11.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/reify_closures11.scala b/test/pending/run/reify_closures11.scala
index 4c21033cbc..9156208b40 100644
--- a/test/pending/run/reify_closures11.scala
+++ b/test/pending/run/reify_closures11.scala
@@ -10,7 +10,7 @@ object Test extends App {
}
val toolbox = cm.mkToolBox()
- val dyn = toolbox.runExpr(fun().tree)
+ val dyn = toolbox.eval(fun().tree)
val foo = dyn.asInstanceOf[Int]
println(foo)
} \ No newline at end of file