diff options
| author | Yong He <yonghe@outlook.com> | 2023-02-06 10:07:02 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 10:07:02 -0800 |
| commit | e893a831d7f64eb52e76df087190247f43b150ae (patch) | |
| tree | 1cf91d943741ed25ad057a1bf34f47ee03b5229b /tests/bugs/nested-switch.slang.expected.txt | |
| parent | a12c5511a9003efb23b265a7f2f613cf49aa9f07 (diff) | |
Fix crash when processing nested switch. (#2624)
* Fix crash when processing nested switch.
* Clean up.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/bugs/nested-switch.slang.expected.txt')
| -rw-r--r-- | tests/bugs/nested-switch.slang.expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs/nested-switch.slang.expected.txt b/tests/bugs/nested-switch.slang.expected.txt new file mode 100644 index 000000000..e5716bdfa --- /dev/null +++ b/tests/bugs/nested-switch.slang.expected.txt @@ -0,0 +1,4 @@ +1 +3 +2 +0 |
