summaryrefslogtreecommitdiff
path: root/test/files/neg/t7290.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-7290 Discard duplicates in switchable alternative patterns.Jason Zaugg2013-03-231-0/+1
The pattern matcher must not allow duplicates to hit the backend when generating switches. It already eliminates then if they appear on different cases (with an unreachability warning.) This commit does the same for duplicated literal patterns in an alternative pattern: discard and warn.