diff options
| author | Yong He <yonghe@outlook.com> | 2024-10-19 07:58:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-19 07:58:57 -0700 |
| commit | 9936178dd3efb026bfa142512a2bf061d7a75ab5 (patch) | |
| tree | 48206a2f56535e8208cc47e1c70c1682e0fbdffc /tests/bugs | |
| parent | b2386f36ee3ac253457e9e532b0373a5ce1ee687 (diff) | |
Remove use of Variable Pointer capability. (#5352)
* Remove use of Variable Pointer capability.
Diffstat (limited to 'tests/bugs')
| -rw-r--r-- | tests/bugs/gh-3601.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gh-3601.slang b/tests/bugs/gh-3601.slang index d12b480ac..5d545262b 100644 --- a/tests/bugs/gh-3601.slang +++ b/tests/bugs/gh-3601.slang @@ -1,4 +1,4 @@ -//TEST:SIMPLE(filecheck=CHECK): -target spirv -emit-spirv-directly +//TEST:SIMPLE(filecheck=CHECK): -target spirv -emit-spirv-directly -O0 struct TestStruct { uint index; |
