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