diff options
Diffstat (limited to 'tests/compute/scope-operator.slang')
| -rw-r--r-- | tests/compute/scope-operator.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/scope-operator.slang b/tests/compute/scope-operator.slang index 2afb642ab..eb65d7d2a 100644 --- a/tests/compute/scope-operator.slang +++ b/tests/compute/scope-operator.slang @@ -5,7 +5,7 @@ // Confirm that scoping on enums and types works -//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<int> outputBuffer; enum Color |
