summaryrefslogtreecommitdiff
path: root/test/files/run/elidable.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/elidable.scala')
-rw-r--r--test/files/run/elidable.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/elidable.scala b/test/files/run/elidable.scala
index e4ea92b72f..a2f29d2caf 100644
--- a/test/files/run/elidable.scala
+++ b/test/files/run/elidable.scala
@@ -59,7 +59,7 @@ object Test {
println(f6())
println(f7())
println(f8())
- println(f9())
+ println(f9().toInt)
println(fa())
println(fb())
println(fc())