summaryrefslogtreecommitdiff
path: root/test/files/run/hashsetremove.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6916 makes FlatHashTable#remove a Boolean not Option[A]James Iry2013-01-041-0/+13
Makes FlatHashTable#remove return a boolean instead of Option[A]. Updates HashSet accordingly. Adds a test to make sure remove works as advertised.