Skip to content

Commit 1200fd2

Browse files
committed
Add a mode to test implicit dynamic with private imports
1 parent 2b645dd commit 1200fd2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Darwin/Foundation-swiftoverlay-Tests/TestData.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// REQUIRES: executable_test
1818
// REQUIRES: objc_interop
1919

20+
// Requires swift-version 4
21+
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
22+
2023
import Foundation
2124
import Dispatch
2225
import ObjectiveC

Darwin/Foundation-swiftoverlay-Tests/TestIndexSet.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: executable_test
1111
// REQUIRES: objc_interop
1212

13+
// Requires swift-version 4
14+
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
15+
1316
import Foundation
1417

1518
#if FOUNDATION_XCTEST

Darwin/Foundation-swiftoverlay-Tests/TestMeasurement.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: executable_test
1111
// REQUIRES: objc_interop
1212

13+
// Requires swift-version 4
14+
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
15+
1316
import Foundation
1417

1518
#if FOUNDATION_XCTEST

0 commit comments

Comments
 (0)