diff options
Diffstat (limited to 'tests/compute/assoctype-func-param.slang')
| -rw-r--r-- | tests/compute/assoctype-func-param.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/assoctype-func-param.slang b/tests/compute/assoctype-func-param.slang index 573016e4b..850b1f8f8 100644 --- a/tests/compute/assoctype-func-param.slang +++ b/tests/compute/assoctype-func-param.slang @@ -3,7 +3,7 @@ // Test type checking of associatedtype and typedef -//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out,name=outputBuffer +//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; interface IBase |
