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