summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-519.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/gh-519.slang')
-rw-r--r--tests/bugs/gh-519.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gh-519.slang b/tests/bugs/gh-519.slang
index 35bf6dcd7..733864c85 100644
--- a/tests/bugs/gh-519.slang
+++ b/tests/bugs/gh-519.slang
@@ -29,7 +29,7 @@ int test(int val)
return tmp;
}
-//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out
+//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out
RWStructuredBuffer<int> gBuffer;
[numthreads(4, 1, 1)]