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