From fbb7865e137e83660257fdc79d19d29ff39c775b Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 20 Feb 2012 20:50:18 -0800 Subject: Eliminating duplication in zero creation. --- test/files/run/elidable.check | 2 +- test/files/run/elidable.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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()) -- cgit v1.2.3