summaryrefslogtreecommitdiff
path: root/test/files/run/reify_closure1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_closure1.scala')
-rw-r--r--test/files/run/reify_closure1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reify_closure1.scala b/test/files/run/reify_closure1.scala
index ce68975acc..af24a4b1e4 100644
--- a/test/files/run/reify_closure1.scala
+++ b/test/files/run/reify_closure1.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)
dyn.asInstanceOf[Int => Int]
}