summaryrefslogtreecommitdiff
path: root/test/files/pos/t1203a.scala
Commit message (Collapse)AuthorAgeFilesLines
* Revived tests that once depended on xmlAdriaan Moors2013-11-141-0/+13
| | | | | | | 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-7/+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.
* Moved two tests to preserve path uniqueness.Paul Phillips2012-07-131-0/+7
Can't have a pos/foo.scala and a pos/foo/ test simultaneously.