Skip to content

Commit 3dc7d99

Browse files
committed
We do not need testable imports in xdgTestHelper.
1 parent 2544436 commit 3dc7d99

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

TestFoundation/xdgTestHelper/main.swift

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

10-
#if DEPLOYMENT_RUNTIME_OBJC
10+
#if DEPLOYMENT_RUNTIME_OBJC || os(Linux) || os(Android)
1111
import Foundation
12-
#elseif os(Linux) || os(Android)
13-
@testable import Foundation
1412
#else
15-
@testable import SwiftFoundation
13+
import SwiftFoundation
1614
#endif
1715

1816
enum HelperCheckStatus : Int32 {

0 commit comments

Comments
 (0)