summaryrefslogtreecommitdiff
path: root/test/files/neg/t1286.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-5956 trigger copy generation with correct namerLukas Rytz2012-07-131-5/+1
| | | | | | the call to `addCopyMethod` passes `templateNamer`, which is supposed to be the namer of the case class template. with two classes of the same name, `addCopyMethod` was triggered in the wrong template.
* Fixed paths for 'neg' tests.Hubert Plociniczak2011-11-011-2/+2
|
* Fix regression in companion check.Paul Phillips2011-10-151-2/+4
| | | | | | | | | Pulling back from expensive path normalization caused a regression where companions were no longer recognized as such after specialization. (Specifically, the paths turned up as "test.scala" and "./test.scala".) I made it a two-level check, doing the expensive one before failing. Closes SI-5023, no review.
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-0/+7