File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -682,10 +682,6 @@ RuntimeFoundationWrappers.test("_stdlib_NSStringUppercaseString/NoLeak") {
682
682
expectEqual ( 0 , nsStringCanaryCount)
683
683
}
684
684
685
- // FIXME: Temporarily commented out due to linker failure in finding
686
- // __swift_stdlib_CFStringCreateCopy, __swift_stdlib_CFStringGetCharactersPtr,
687
- // and __swift_stdlib_CFStringGetLength during optimized builds.
688
- /*
689
685
RuntimeFoundationWrappers . test ( " _stdlib_CFStringCreateCopy/NoLeak " ) {
690
686
nsStringCanaryCount = 0
691
687
autoreleasepool {
@@ -715,7 +711,6 @@ RuntimeFoundationWrappers.test("_stdlib_CFStringGetCharactersPtr/NoLeak") {
715
711
}
716
712
expectEqual ( 0 , nsStringCanaryCount)
717
713
}
718
- */
719
714
720
715
RuntimeFoundationWrappers . test ( " bridgedNSArray " ) {
721
716
var c = [ NSObject] ( )
You can’t perform that action at this time.
0 commit comments