mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
add -verify-ignore-unrelated to some more tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user