summaryrefslogtreecommitdiff
path: root/test/files/run/t5229_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5229_2.scala')
-rw-r--r--test/files/run/t5229_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5229_2.scala b/test/files/run/t5229_2.scala
index 75d7204911..f059b09772 100644
--- a/test/files/run/t5229_2.scala
+++ b/test/files/run/t5229_2.scala
@@ -13,6 +13,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