summaryrefslogtreecommitdiff
path: root/test/files/run/t8845.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8845 Control flow pot-pourri crashes GenASM, but not -BCodeJason Zaugg2014-10-011-0/+17
Given that we'll switch to GenBCode in 2.12, the test case showing the bug is fixed under that option is all I plan to offer for this bug. The flags file contains `-Ynooptimize` to stay locked into `GenBCode`.