summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_newimpl_53.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/reify_newimpl_53.scala')
-rw-r--r--test/pending/run/reify_newimpl_53.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/reify_newimpl_53.scala b/test/pending/run/reify_newimpl_53.scala
index a73a0b94cb..54fa4bec1d 100644
--- a/test/pending/run/reify_newimpl_53.scala
+++ b/test/pending/run/reify_newimpl_53.scala
@@ -11,7 +11,7 @@ object Test extends App {
}.tree
println(code.freeTypes)
val T = code.freeTypes(0)
- cm.mkToolBox().runExpr(code, Map(T -> definitions.StringClass.asType))
+ cm.mkToolBox().eval(code, Map(T -> definitions.StringClass.asType))
}
new C[String]