summaryrefslogtreecommitdiff
path: root/tests/bugs/nested-generics-method-call.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/nested-generics-method-call.slang')
-rw-r--r--tests/bugs/nested-generics-method-call.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/nested-generics-method-call.slang b/tests/bugs/nested-generics-method-call.slang
index a09a25855..a127ed0da 100644
--- a/tests/bugs/nested-generics-method-call.slang
+++ b/tests/bugs/nested-generics-method-call.slang
@@ -1,5 +1,5 @@
//TEST(compute):COMPARE_COMPUTE:
-//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<float> outputBuffer;