summaryrefslogtreecommitdiff
path: root/tests/bugs/bool-op.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bool-op.slang')
-rw-r--r--tests/bugs/bool-op.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bool-op.slang b/tests/bugs/bool-op.slang
index 1388ef8f1..1ce5d7c4f 100644
--- a/tests/bugs/bool-op.slang
+++ b/tests/bugs/bool-op.slang
@@ -4,7 +4,7 @@
// Confirm operations that produce bools - such as comparisons, or && ||, ! work correctly
-//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], stride=4):dxbinding(0),glbinding(0),out
+//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], stride=4):out
RWStructuredBuffer<int> outputBuffer;
[numthreads(16, 1, 1)]