Skip to content

Commit

Permalink
[SPIRV] Change "dxc" to "%dxc" in tests (#6934)
Browse files Browse the repository at this point in the history
The workgroupspirvpointer tests use `dxc` in the run commands, and it
should be `%dxc`.
  • Loading branch information
s-perron authored Sep 26, 2024
1 parent c299228 commit c0c01e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/clang/test/CodeGenSPIRV/workgroupspirvpointer.hlsl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: dxc -fspv-target-env=vulkan1.3 -T cs_6_0 -E main -spirv -HV 2021 -I %hlsl_headers %s 2>&1 | FileCheck %s
// RUN: %dxc -fspv-target-env=vulkan1.3 -T cs_6_0 -E main -spirv -HV 2021 -I %hlsl_headers %s 2>&1 | FileCheck %s

#include "vk/spirv.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: dxc -fspv-target-env=vulkan1.3 -T cs_6_0 -E main -spirv -HV 2021 -I %hlsl_headers %s 2>&1 | FileCheck %s
// RUN: %dxc -fspv-target-env=vulkan1.3 -T cs_6_0 -E main -spirv -HV 2021 -I %hlsl_headers %s 2>&1 | FileCheck %s

#include "vk/spirv.h"

Expand Down

0 comments on commit c0c01e9

Please sign in to comment.