summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_newimpl_09c.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/reify_newimpl_09c.scala')
-rw-r--r--test/pending/run/reify_newimpl_09c.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/reify_newimpl_09c.scala b/test/pending/run/reify_newimpl_09c.scala
index e2f4a4923a..6bde36328e 100644
--- a/test/pending/run/reify_newimpl_09c.scala
+++ b/test/pending/run/reify_newimpl_09c.scala
@@ -14,7 +14,7 @@ object Test extends App {
val code = foo[Int]
println(code.tree.freeTypes)
val W = code.tree.freeTypes(2)
- cm.mkToolBox().runExpr(code.tree, Map(W -> definitions.IntTpe))
+ cm.mkToolBox().eval(code.tree, Map(W -> definitions.IntTpe))
println(code.eval)
}
} \ No newline at end of file