summaryrefslogtreecommitdiff
path: root/test/files/pos/patmat.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-2/+2
|
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-0/+163
Removes SUnit (long deprecated!) from the standard library. the relatively small number of partest tests in Scala's suite that were still using SUnit now either just use regular asserts, or they print stuff that partest checks with a .check file. Also fixed some bad indentation, removed ancient useless-looking commented-out code, etc. Contributed by Seth Tisue (way to go seth) no review.