summaryrefslogtreecommitdiff
path: root/test/files/run/t4124.check
Commit message (Collapse)AuthorAgeFilesLines
* Revived tests that once depended on xmlAdriaan Moors2013-11-141-0/+4
| | | | | | | I was a bit overzealous in moving stuff over to scala-xml in 9c50dd5274 These were all compiler tests that accidentally touched on xml. I've tried to delicately decouple them so they can roam the scalac pastures as intended.
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-271-4/+0
| | | | | | | | | Every test deleted here has found its way to the respective repositories of scala-xml and scala-parser-combinators, where they will continue to be tested with partest. The modified tests became independent of these modules, as they should've been from the start.
* Test case closes SI-4124.Jason Zaugg2012-05-121-0/+4
This looks like a job for... virtpatmat!