summaryrefslogtreecommitdiff
path: root/tests/bugs/empty-switch.slang
AgeCommit message (Collapse)Author
2020-03-20Handling of switch with empty body (#1284)jsmall-nvidia
* Added handling for empty switch body. Added test for empty switch. * Fix testing for case in switch.