Skip to content

Commit 5d372ff

Browse files
committed
Remove unnecssary spirv flags
1 parent f5c74cb commit 5d372ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Basic/DescriptorSets.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DescriptorSets:
4949
# RUN: split-file %s %t
5050
# RUN: %if DirectX %{ dxc -T cs_6_0 -Fo %t.dxil %t/DescriptorSets.hlsl %}
5151
# RUN: %if DirectX %{ %offloader %t/DescriptorSets.yaml %t.dxil | FileCheck %s %}
52-
# RUN: %if Vulkan %{ dxc -T cs_6_0 -spirv -fspv-target-env=vulkan1.1 -Fo %t.spv %t/DescriptorSets.hlsl %}
52+
# RUN: %if Vulkan %{ dxc -T cs_6_0 -spirv -Fo %t.spv %t/DescriptorSets.hlsl %}
5353
# RUN: %if Vulkan %{ %offloader %t/DescriptorSets.yaml %t.spv | FileCheck %s %}
5454

5555
# RUN: %if Metal %{ dxc -T cs_6_0 -Fo %t.dxil %t/DescriptorSets.hlsl %}

test/Basic/simple.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DescriptorSets:
3838
# RUN: split-file %s %t
3939
# RUN: %if DirectX %{ dxc -T cs_6_0 -Fo %t.dxil %t/simple.hlsl %}
4040
# RUN: %if DirectX %{ %offloader %t/simple.yaml %t.dxil | FileCheck %s %}
41-
# RUN: %if Vulkan %{ dxc -T cs_6_0 -spirv -fspv-target-env=vulkan1.1 -Fo %t.spv %t/simple.hlsl %}
41+
# RUN: %if Vulkan %{ dxc -T cs_6_0 -spirv -Fo %t.spv %t/simple.hlsl %}
4242
# RUN: %if Vulkan %{ %offloader %t/simple.yaml %t.spv | FileCheck %s %}
4343

4444
# RUN: %if Metal %{ dxc -T cs_6_0 -Fo %t.dxil %t/simple.hlsl %}

0 commit comments

Comments
 (0)