Skip to content

Commit 1420dea

Browse files
committed
[Clang importer] Generalize open-enums test for all platforms.
(cherry picked from commit 8914ec6)
1 parent f72b8e5 commit 1420dea

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/ClangImporter/availability_open_enums_macos.swift renamed to test/ClangImporter/availability_open_enums.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -verify -I %S/Inputs/custom-modules -swift-version 4 -target x86_64-apple-macosx10.13 %s
1+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -verify -I %S/Inputs/custom-modules -swift-version 4 %s
22

3-
// REQUIRES: OS=macosx
43
// REQUIRES: objc_interop
54

65
import Foundation

test/ClangImporter/availability_open_enums_macos_swift3.swift renamed to test/ClangImporter/availability_open_enums_swift3.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -verify -I %S/Inputs/custom-modules -swift-version 3 -target x86_64-apple-macosx10.13 %s
1+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -verify -I %S/Inputs/custom-modules -swift-version 3 %s
22

3-
// REQUIRES: OS=macosx
43
// REQUIRES: objc_interop
54

65
import Foundation

0 commit comments

Comments
 (0)