summaryrefslogtreecommitdiffstats
path: root/tests/bugs/empty-switch.slang.expected.txt
Commit message (Collapse)AuthorAge
* Handling of switch with empty body (#1284)jsmall-nvidia2020-03-20
* Added handling for empty switch body. Added test for empty switch. * Fix testing for case in switch.