Skip to content

Commit c0c01e9

Browse files
authored
[SPIRV] Change "dxc" to "%dxc" in tests (microsoft#6934)
The workgroupspirvpointer tests use `dxc` in the run commands, and it should be `%dxc`.
1 parent c299228 commit c0c01e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/clang/test/CodeGenSPIRV/workgroupspirvpointer.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: dxc -fspv-target-env=vulkan1.3 -T cs_6_0 -E main -spirv -HV 2021 -I %hlsl_headers %s 2>&1 | FileCheck %s
1+
// RUN: %dxc -fspv-target-env=vulkan1.3 -T cs_6_0 -E main -spirv -HV 2021 -I %hlsl_headers %s 2>&1 | FileCheck %s
22

33
#include "vk/spirv.h"
44

tools/clang/test/CodeGenSPIRV/workgroupspirvpointer.varpointer.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: dxc -fspv-target-env=vulkan1.3 -T cs_6_0 -E main -spirv -HV 2021 -I %hlsl_headers %s 2>&1 | FileCheck %s
1+
// RUN: %dxc -fspv-target-env=vulkan1.3 -T cs_6_0 -E main -spirv -HV 2021 -I %hlsl_headers %s 2>&1 | FileCheck %s
22

33
#include "vk/spirv.h"
44

0 commit comments

Comments
 (0)