Skip to content

Commit 4a49cd2

Browse files
committed
Generalize Two ClangImporter Tests for Apple Silicon
rdar://75006920
1 parent 0ee9e69 commit 4a49cd2

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)