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