Skip to content

Commit 54e9f62

Browse files
Fix compute_duplicates compiletest's filters.
1 parent 4282ef0 commit 54e9f62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/compiletests/ui/builtin/compute_duplicates.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55
// normalize-stderr-test "OpLine .*\n" -> ""
66
// normalize-stderr-test "%\d+ = OpString .*\n" -> ""
77
// normalize-stderr-test "OpCapability VulkanMemoryModel\n" -> ""
8+
// normalize-stderr-test "OpExtension .SPV_KHR_vulkan_memory_model.\n" -> ""
89
// normalize-stderr-test "OpMemoryModel Logical Vulkan" -> "OpMemoryModel Logical Simple"
910
// normalize-stderr-test "; .*\n" -> ""
1011

12+
// ignore-spv1.0
13+
// ignore-spv1.1
14+
// ignore-spv1.2
15+
// ignore-vulkan1.0
16+
// ignore-vulkan1.1
17+
1118
use spirv_std::{
1219
builtin::compute,
1320
glam::*,

0 commit comments

Comments
 (0)