summaryrefslogtreecommitdiff
path: root/test/files/neg/array-not-seq.check
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete migration test.Paul Phillips2012-10-021-15/+0
| | | | Arrays are not Seqs: a fact known by all and sundry.
* Made -Xfatal-warnings less immediately fatal.Paul Phillips2012-08-101-5/+7
| | | | | | | Instead of changing warnings to errors mid-stream, at the end of a run I check for condition "no errors, some warnings, and fatal warnings" and then generate an error at that point. This is necessary to test for some warnings which come from later stages.
* virtpatmat on by default; chicken out: -XoldpatmatAdriaan Moors2012-04-141-3/+9
| | | | | | | some tests (unreachability, exhaustivity, @switch annotation checking) are still run under -Xoldpatmat, but that will change before we go into RC mode (then the test/ partest of this commit will be reverted) removed irrelevant dependency on patmat
* A wholesale reversion of the pattern matcher to...Paul Phillips2010-06-161-10/+1
| | | | | | | | A wholesale reversion of the pattern matcher to r21939, motivated by the appearance of #3578. Closes #3578, reopens #2800, #3050. Review by moors. (I can't keep saying "no review" when every move I make in here seems to break something.)
* Added a migration warning for matches and insta...Paul Phillips2010-05-261-0/+16
Added a migration warning for matches and instance tests when it might be an Array/Seq test whose answer has changed. Review by odersky.