summaryrefslogtreecommitdiff
path: root/tests/compute/loop-unroll.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/loop-unroll.slang')
-rw-r--r--tests/compute/loop-unroll.slang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/compute/loop-unroll.slang b/tests/compute/loop-unroll.slang
index b8ac97b44..b8ec06768 100644
--- a/tests/compute/loop-unroll.slang
+++ b/tests/compute/loop-unroll.slang
@@ -1,7 +1,7 @@
//TEST(compute):COMPARE_COMPUTE:
-//TEST_INPUT:ubuffer(data=[0 1 2 3], stride=4):dxbinding(0),glbinding(0),out
-//TEST_INPUT:ubuffer(data=[1 2 3 0], stride=4):dxbinding(1),glbinding(1)
+//TEST_INPUT:ubuffer(data=[0 1 2 3], stride=4):out
+//TEST_INPUT:ubuffer(data=[1 2 3 0], stride=4):
// Check that we propagate the `[unroll]` attribute
// through to HLSL output correctly.