summaryrefslogtreecommitdiff
path: root/test/files/run/t5588.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixes SI-5588. Correct compare for Enumeration.Hubert Plociniczak2012-07-171-0/+14
Slower than the original one but does comparison in the same spirit as IntOrdering. Review by @axel22.