summaryrefslogtreecommitdiffstats
path: root/tests/compute/unbounded-array-of-array-syntax.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/unbounded-array-of-array-syntax.slang')
-rw-r--r--tests/compute/unbounded-array-of-array-syntax.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/unbounded-array-of-array-syntax.slang b/tests/compute/unbounded-array-of-array-syntax.slang
index df1074896..260c12b2f 100644
--- a/tests/compute/unbounded-array-of-array-syntax.slang
+++ b/tests/compute/unbounded-array-of-array-syntax.slang
@@ -3,7 +3,7 @@
//TEST:CROSS_COMPILE:-target dxbc-assembly -entry computeMain -profile cs_5_1
//TEST:CROSS_COMPILE:-target spirv-assembly -entry computeMain -profile cs_5_1
-//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0], stride=4):dxbinding(0),glbinding(0),out,name outputBuffer
+//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0], stride=4):out,name outputBuffer
RWStructuredBuffer<int> outputBuffer;
//TEST_INPUT:array(size=2):name g_aoa