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 a127ed0da..fa0a983b9 100644
--- a/tests/bugs/nested-generics-method-call.slang
+++ b/tests/bugs/nested-generics-method-call.slang
@@ -1,6 +1,6 @@
//TEST(compute):COMPARE_COMPUTE:
-//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out
+//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer
RWStructuredBuffer<float> outputBuffer;
interface IBase