summaryrefslogtreecommitdiff
path: root/test/files/run/lists-run.scala
Commit message (Collapse)AuthorAgeFilesLines
* Parameterizes TraversableFactory.range so it ca...Paul Phillips2010-12-031-7/+1
| | | | | | Parameterizes TraversableFactory.range so it can be used with any integral type. Closes #3542, no review.
* Cleaning up the contents of test.Paul Phillips2010-09-281-0/+210
including "CheckEither", written against scalacheck 1.2 in the year 471 AD. Removed all the duplicates I could find, mostly between pending and files. Renamed a bunch of tests so they wouldn't look like likely duplicates next time around. Nominated somebody else to do this once in a while. No review.