Skip to content

Commit 1ed646e

Browse files
committed
add -verify-ignore-unrelated to some more tests
1 parent b2ddd68 commit 1ed646e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/ClangImporter/availability_returns_twice-msvc-x86_64.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift
1+
// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated
22
// REQUIRES: OS=windows-msvc && CPU=x86_64
33

44
import vcruntime

test/Interop/Cxx/foreign-reference/witness-table-typechecker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift -cxx-interoperability-mode=default -disable-availability-checking -I %S/Inputs
1+
// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated -cxx-interoperability-mode=default -disable-availability-checking -I %S/Inputs
22

33
import WitnessTable
44

test/Interop/Cxx/value-witness-table/custom-destructors-typechecker-trivial-windows-abi.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop -Xcc -DWIN_TRIVIAL
1+
// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated -I %S/Inputs -enable-experimental-cxx-interop -Xcc -DWIN_TRIVIAL
22

33
// REQUIRES: OS=windows-msvc
44

validation-test/Sema/protocol_typo_correction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-swift-frontend -emit-module -D LIB %s -o %t/Lib.swiftmodule
3-
// RUN: %target-swift-frontend -I %t -typecheck %s -verify
3+
// RUN: %target-swift-frontend -I %t -typecheck %s -verify -verify-ignore-unrelated
44
// REQUIRES: objc_interop
55

66
#if LIB

0 commit comments

Comments
 (0)