summaryrefslogtreecommitdiff
path: root/test/files/run/t6634.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8554 Two-arg remove throws exception on large countRex Kerr2015-07-191-1/+5
| | | | | | | | ListBuffer now throws exceptions like other buffers do when trying to index out of range. Also harmonized the order of testing (`count < 0` tested before `n` in range). Test in scala-collection-laws (gated by SI8554 flag). Also modified test in run/t6634.scala
* SI-6634 Fixes data corruption issue in ListBuffer#removeSimon Ochsenreither2012-11-161-0/+31
This is the cut-down version with minimally invasive changes, e. g. keeping the "auto-correcting" bounds algorithm.