summaryrefslogtreecommitdiff
path: root/test/files/run/t6955.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7622 Clean Up Phase AssemblySom Snytt2013-08-211-1/+0
| | | | | | | | Let optimiser components and continuations plugin opt-out when required flags are not set. Wasted time on a whitespace error in check file, so let --debug dump the processed check file and its diff.
* SI-6955 switch emission no longer foiled by type aliasAdriaan Moors2013-01-111-0/+1
dealiasWiden the type of the scrutinee before checking it's switchable now with tests! (using IcodeTest since javap is not available everywhere) rebase of #1879