summaryrefslogtreecommitdiff
path: root/test/files/run/reify_typerefs_2a.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_typerefs_2a.scala')
-rw-r--r--test/files/run/reify_typerefs_2a.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reify_typerefs_2a.scala b/test/files/run/reify_typerefs_2a.scala
index ffc3dfc942..3a1db1d80f 100644
--- a/test/files/run/reify_typerefs_2a.scala
+++ b/test/files/run/reify_typerefs_2a.scala
@@ -15,6 +15,6 @@ object Test extends App {
};
val toolbox = cm.mkToolBox()
- val evaluated = toolbox.runExpr(code.tree)
+ val evaluated = toolbox.eval(code.tree)
println("evaluated = " + evaluated)
} \ No newline at end of file