Skip to content

Commit 3bf418e

Browse files
get rid of NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT
1 parent 6098fb1 commit 3bf418e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

TestFoundation/TestStream.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
// See http://swift.org/LICENSE.txt for license information
77
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
88
//
9-
#if NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT
10-
#if (os(Linux) || os(Android))
11-
@testable import Foundation
12-
#else
13-
@testable import SwiftFoundation
14-
#endif
9+
10+
#if (os(Linux) || os(Android))
11+
@testable import Foundation
12+
#else
13+
@testable import SwiftFoundation
1514
#endif
1615

16+
1717
private extension Data {
1818
init(reading input: InputStream) {
1919
self.init()

0 commit comments

Comments
 (0)