summaryrefslogtreecommitdiff
path: root/test/files/run/numbereq.scala
Commit message (Collapse)AuthorAgeFilesLines
* Rolled partest back to r21328.Paul Phillips2010-05-061-1/+1
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* Some mopping up in equality.Paul Phillips2010-04-131-0/+41
way equals was being handled, and hammered it out. New ==/## tests which covers all types and values. Review by odersky.