summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/elidable.check2
-rw-r--r--test/files/run/elidable.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/elidable.check b/test/files/run/elidable.check
index 4c0dd3a487..88cf98e0d1 100644
--- a/test/files/run/elidable.check
+++ b/test/files/run/elidable.check
@@ -6,7 +6,7 @@ Good for me, I was not elided. C.f2
false
0
0
-?
+0
0
0
0.0
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())