Skip to content

Commit 08a74cc

Browse files
committed
CFPriv is included in the CoreFoundation module as far as Foundation tests are concerned. Remove the change to the module map.
1 parent d35242e commit 08a74cc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
module CoreFoundation [extern_c] [system] {
22
umbrella header "CoreFoundation.h"
33
explicit module CFPlugInCOM { header "CFPlugInCOM.h" }
4-
5-
explicit module Private { header "CFPriv.h" }
64
}

TestFoundation/TestBundle.swift

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
import SwiftXCTest
1717
#endif
1818

19-
#if !DEPLOYMENT_RUNTIME_OBJC
20-
import CoreFoundation.Private
21-
#endif
19+
import CoreFoundation
2220

2321
internal func testBundle() -> Bundle {
2422
#if DARWIN_COMPATIBILITY_TESTS

0 commit comments

Comments
 (0)