summaryrefslogtreecommitdiff
path: root/test/files/run/t6200.scala
Commit message (Collapse)AuthorAgeFilesLines
* Repairs unexpected failure of test t6200.scalaRex Kerr2014-01-151-3/+3
| | | | Added extra ()'s to get rid of deprecation warning for inferring unit arg.
* SI-6200 - HashMap should implement filterRĂ¼diger Klaehn2014-01-151-0/+68
This is the exact same algorithm as in SI-6196, with only slight differences due to the two type arguments of HashMap. Filter is tested by the new comparative collection test by @Ichoran, but there is nevertheless a small correctness test in t6200 in addition to tests of the new desirable behavior.