diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-03-20 16:59:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-20 16:59:15 -0400 |
| commit | 884a9bcafc5fb9ae47245fa3ea9a6e64cb65a482 (patch) | |
| tree | 6cd0de692b9e90bbdaef645ac2349a977740952f /tests/bugs/empty-switch.slang.expected.txt | |
| parent | cc4c5b8dbbac648a7e914ff46f79293c1e122570 (diff) | |
Handling of switch with empty body (#1284)
* Added handling for empty switch body.
Added test for empty switch.
* Fix testing for case in switch.
Diffstat (limited to 'tests/bugs/empty-switch.slang.expected.txt')
| -rw-r--r-- | tests/bugs/empty-switch.slang.expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs/empty-switch.slang.expected.txt b/tests/bugs/empty-switch.slang.expected.txt new file mode 100644 index 000000000..94ebaf900 --- /dev/null +++ b/tests/bugs/empty-switch.slang.expected.txt @@ -0,0 +1,4 @@ +1 +2 +3 +4 |
