From 71067ea6cc93b575ddd11bae88eba3fc86b5b3d0 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Thu, 16 Oct 2025 18:42:04 +0100 Subject: [PATCH] [test] Fix 2 tests after https://github.com/swiftlang/swift/pull/84685 rdar://162273295 --- test/ClangImporter/availability_maccatalyst.swift | 2 +- test/ClangImporter/availability_maccatalyst_app_extension.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ClangImporter/availability_maccatalyst.swift b/test/ClangImporter/availability_maccatalyst.swift index e25e52fb070b9..598275ca4522c 100644 --- a/test/ClangImporter/availability_maccatalyst.swift +++ b/test/ClangImporter/availability_maccatalyst.swift @@ -1,4 +1,4 @@ -// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -target %target-cpu-apple-ios13.1-macabi -typecheck -verify -I %S/Inputs/custom-modules %s +// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -target %target-cpu-apple-ios13.1-macabi -typecheck -verify -verify-ignore-unrelated -I %S/Inputs/custom-modules %s // REQUIRES: maccatalyst_support diff --git a/test/ClangImporter/availability_maccatalyst_app_extension.swift b/test/ClangImporter/availability_maccatalyst_app_extension.swift index 9004087991d80..b05c39620b224 100644 --- a/test/ClangImporter/availability_maccatalyst_app_extension.swift +++ b/test/ClangImporter/availability_maccatalyst_app_extension.swift @@ -1,4 +1,4 @@ -// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -target %target-cpu-apple-ios13.1-macabi -application-extension -typecheck -verify -I %S/Inputs/custom-modules %s +// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -target %target-cpu-apple-ios13.1-macabi -application-extension -typecheck -verify -verify-ignore-unrelated -I %S/Inputs/custom-modules %s // REQUIRES: maccatalyst_support