summaryrefslogtreecommitdiff
path: root/test/files/run/elidable.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-20 20:50:18 -0800
committerPaul Phillips <paulp@improving.org>2012-02-20 21:59:06 -0800
commitfbb7865e137e83660257fdc79d19d29ff39c775b (patch)
treee4d18fe487522572aee44701b78fcd8f6afdc5b4 /test/files/run/elidable.scala
parent7a5966f9fa6f47e18b8dab080e7f629625ed093e (diff)
downloadscala-fbb7865e137e83660257fdc79d19d29ff39c775b.tar.gz
scala-fbb7865e137e83660257fdc79d19d29ff39c775b.tar.bz2
scala-fbb7865e137e83660257fdc79d19d29ff39c775b.zip
Eliminating duplication in zero creation.
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())