summaryrefslogtreecommitdiff
path: root/test/files/run/t2544.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-12-28 16:52:47 -0800
committerPaul Phillips <paulp@improving.org>2012-12-28 16:57:33 -0800
commit13643815fe41b17e931be9d0a8906200b0147a23 (patch)
treea9646c5c5b945049e248629ffb61099009b2d6ef /test/files/run/t2544.check
parent24a033b2aa4174fe8e9c3c02372b6508ef404601 (diff)
downloadscala-13643815fe41b17e931be9d0a8906200b0147a23.tar.gz
scala-13643815fe41b17e931be9d0a8906200b0147a23.tar.bz2
scala-13643815fe41b17e931be9d0a8906200b0147a23.zip
LinearSeq lengthCompare without an iterator.
Had to fix up an iffy test: not only was it testing undefined behavior, it demanded just the right numbers be printed in a context where all negative or positive numbers are equivalent. It's the ol' "get them coming and going" trick.
Diffstat (limited to 'test/files/run/t2544.check')
-rw-r--r--test/files/run/t2544.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t2544.check b/test/files/run/t2544.check
index 716b146ac4..d19538dca3 100644
--- a/test/files/run/t2544.check
+++ b/test/files/run/t2544.check
@@ -2,8 +2,8 @@
2
3
3
--2
--2
+-1
+-1
1
1
0