File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ add_framework(CoreFoundation
139
139
Parsing.subproj/CFXMLInterface.h
140
140
PlugIn.subproj/CFBundlePriv.h
141
141
Stream.subproj/CFStreamPriv.h
142
+ String .subproj/CFCharacterSetPriv.h
142
143
String .subproj/CFRegularExpression.h
143
144
String .subproj/CFRunArray.h
144
145
StringEncodings.subproj/CFStringEncodingConverter.h
Original file line number Diff line number Diff line change @@ -358,11 +358,11 @@ class TestCharacterSet : XCTestCase {
358
358
}
359
359
360
360
let fixtures = [
361
- // Fixtures.characterSetEmpty,
362
- // Fixtures.characterSetRange,
363
- // Fixtures.characterSetString,
361
+ Fixtures . characterSetEmpty,
362
+ Fixtures . characterSetRange,
363
+ Fixtures . characterSetString,
364
364
Fixtures . characterSetBitmap,
365
- // Fixtures.characterSetBuiltin,
365
+ Fixtures . characterSetBuiltin,
366
366
]
367
367
368
368
func test_codingRoundtrip( ) throws {
You can’t perform that action at this time.
0 commit comments