summaryrefslogtreecommitdiffstats
path: root/tests/bugs
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-10-19 07:58:57 -0700
committerGitHub <noreply@github.com>2024-10-19 07:58:57 -0700
commit9936178dd3efb026bfa142512a2bf061d7a75ab5 (patch)
tree48206a2f56535e8208cc47e1c70c1682e0fbdffc /tests/bugs
parentb2386f36ee3ac253457e9e532b0373a5ce1ee687 (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.slang2
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;