Skip to content

Commit b9f55fd

Browse files
authored
Merge pull request #36262 from CodaFi/you-turned-off-your-targetting-computer
Generalize Two ClangImporter Tests for Apple Silicon
2 parents b77dcf9 + 4a49cd2 commit b9f55fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ClangImporter/availability_macosx_canonical_versions.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) -typecheck -verify -I %S/Inputs/custom-modules -target x86_64-apple-macosx10.15 %s
1+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -verify -I %S/Inputs/custom-modules -target %target-cpu-apple-macosx10.15 %s
22

33
// REQUIRES: OS=macosx
44

test/ClangImporter/availability_macosx_canonical_versions_appext.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) -typecheck -verify -I %S/Inputs/custom-modules -target x86_64-apple-macosx10.15 -application-extension %s
1+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -verify -I %S/Inputs/custom-modules -target %target-cpu-apple-macosx10.15 -application-extension %s
22

33
// REQUIRES: OS=macosx
44

0 commit comments

Comments
 (0)