summaryrefslogtreecommitdiff
path: root/tests/compute/half-texture.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/half-texture.slang')
-rw-r--r--tests/compute/half-texture.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/half-texture.slang b/tests/compute/half-texture.slang
index b4dafac99..1cb73dadd 100644
--- a/tests/compute/half-texture.slang
+++ b/tests/compute/half-texture.slang
@@ -1,5 +1,5 @@
//TEST:CROSS_COMPILE: -target spirv -entry computeMain -profile cs_6_2
-//TEST:SIMPLE: -target hlsl -entry computeMain -profile cs_6_2
+//TEST:SIMPLE: -target hlsl -entry computeMain -profile cs_6_2
//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], stride=16):out
RWStructuredBuffer<int> outputBuffer;