add -verify-ignore-unrelated to some more tests

This commit is contained in:
Henrik G. Olsson
2025-10-05 14:01:44 -07:00
parent b2ddd689e4
commit 1ed646efd6
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-typecheck-verify-swift
// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated
// REQUIRES: OS=windows-msvc && CPU=x86_64
import vcruntime

View File

@@ -1,4 +1,4 @@
// RUN: %target-typecheck-verify-swift -cxx-interoperability-mode=default -disable-availability-checking -I %S/Inputs
// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated -cxx-interoperability-mode=default -disable-availability-checking -I %S/Inputs
import WitnessTable

View File

@@ -1,4 +1,4 @@
// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop -Xcc -DWIN_TRIVIAL
// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated -I %S/Inputs -enable-experimental-cxx-interop -Xcc -DWIN_TRIVIAL
// REQUIRES: OS=windows-msvc

View File

@@ -1,6 +1,6 @@
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -D LIB %s -o %t/Lib.swiftmodule
// RUN: %target-swift-frontend -I %t -typecheck %s -verify
// RUN: %target-swift-frontend -I %t -typecheck %s -verify -verify-ignore-unrelated
// REQUIRES: objc_interop
#if LIB