Skip to content

Commit 71067ea

Browse files
committed
[test] Fix 2 tests after #84685
rdar://162273295
1 parent 1ae8ef0 commit 71067ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ClangImporter/availability_maccatalyst.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -target %target-cpu-apple-ios13.1-macabi -typecheck -verify -I %S/Inputs/custom-modules %s
1+
// 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
22

33
// REQUIRES: maccatalyst_support
44

test/ClangImporter/availability_maccatalyst_app_extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 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
1+
// 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
22

33
// REQUIRES: maccatalyst_support
44

0 commit comments

Comments
 (0)