summaryrefslogtreecommitdiff
path: root/test/files/run/t6199-toolbox.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6199-toolbox.scala')
-rw-r--r--test/files/run/t6199-toolbox.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6199-toolbox.scala b/test/files/run/t6199-toolbox.scala
index 14670f8e21..89015f5878 100644
--- a/test/files/run/t6199-toolbox.scala
+++ b/test/files/run/t6199-toolbox.scala
@@ -4,5 +4,5 @@ import scala.tools.reflect.ToolBox
object Test extends App {
val tb = cm.mkToolBox()
- println(tb.runExpr(Literal(Constant(()))))
+ println(tb.eval(Literal(Constant(()))))
} \ No newline at end of file