summaryrefslogtreecommitdiff
path: root/test/files/run/t6261.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7445 ListMap.tail is returning wrong resultRuediger Klaehn2014-01-201-7/+0
| | | | | | | Reverted the commit that introduced the bug, and modified HashMap to no longer assume that tail is O(1). Review by @Ichoran, @soc
* Added test to ensure that ListMap.tail is O(1)Ruediger Klaehn2012-08-251-0/+7
|
* Extended test to also check proper handling of collisionsRuediger Klaehn2012-08-211-0/+91
|
* Added test that tests that correct classes are being created when removing ↵Ruediger Klaehn2012-08-211-0/+32
elements