summaryrefslogtreecommitdiff
path: root/test/files/run/t2544.scala
Commit message (Collapse)AuthorAgeFilesLines
* LinearSeq lengthCompare without an iterator.Paul Phillips2012-12-281-8/+14
| | | | | | | 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.
* fixed 2544, reimplemented SeqLike.indexWhere, s...Tiark Rompf2009-10-301-0/+19
fixed 2544, reimplemented SeqLike.indexWhere, segmentLength and lengthCompare in terms of iterators instead of foreach and breaks