Skip to content

Commit 1ea318a

Browse files
committed
Add private header too CMakeLists.txt; uncomment fixtures in tests.
1 parent ab0859d commit 1ea318a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CoreFoundation/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ add_framework(CoreFoundation
139139
Parsing.subproj/CFXMLInterface.h
140140
PlugIn.subproj/CFBundlePriv.h
141141
Stream.subproj/CFStreamPriv.h
142+
String.subproj/CFCharacterSetPriv.h
142143
String.subproj/CFRegularExpression.h
143144
String.subproj/CFRunArray.h
144145
StringEncodings.subproj/CFStringEncodingConverter.h

TestFoundation/TestCharacterSet.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,11 @@ class TestCharacterSet : XCTestCase {
358358
}
359359

360360
let fixtures = [
361-
// Fixtures.characterSetEmpty,
362-
// Fixtures.characterSetRange,
363-
// Fixtures.characterSetString,
361+
Fixtures.characterSetEmpty,
362+
Fixtures.characterSetRange,
363+
Fixtures.characterSetString,
364364
Fixtures.characterSetBitmap,
365-
// Fixtures.characterSetBuiltin,
365+
Fixtures.characterSetBuiltin,
366366
]
367367

368368
func test_codingRoundtrip() throws {

0 commit comments

Comments
 (0)