Skip to content

Commit cd7060e

Browse files
committed
Merge fixes.
1 parent 243b353 commit cd7060e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TestFoundation/TestFileManager.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
88
//
99

10+
#if !(DEPLOYMENT_RUNTIME_OBJC || os(Linux) || os(Android))
11+
@testable import SwiftFoundation
12+
#endif
13+
1014
class TestFileManager : XCTestCase {
1115

1216
static var allTests: [(String, (TestFileManager) -> () throws -> Void)] {

0 commit comments

Comments
 (0)