summaryrefslogtreecommitdiff
path: root/test/disabled/pos/t1545.scala
Commit message (Collapse)AuthorAgeFilesLines
* rm -r test/{flaky,disabled*,checker-tests,support,debug}Seth Tisue2017-03-201-18/+0
| | | | | | | keeping this stuff, somewhere, forever and ever and ever is what version control is for. who dares disturb the ancient and accursed tomb of all this code...?
* unset inappropriate execute bitsSeth Tisue2015-09-021-0/+0
| | | | | | | | | | I imagine these date back to old Subversion days and are probably the result of inadvertent commits from Windows users with vcs client configs. having the bit set isn't really harmful most of the time, but it's just not right, and it makes the files stand out in directory listings for no reason
* Compiler part of fast orElse.Martin Odersky2011-11-221-0/+18
"According to the spec this code should not be legal. Disabling for now." Need to come back and either make it work or (more likely) make nsc reject the test)