Skip to content

Commit ecd8821

Browse files
committed
Merge pull request #2482 from apple/reenable-runtime-objc-test
2 parents 274ff90 + 94f6bbb commit ecd8821

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/1_stdlib/RuntimeObjC.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,6 @@ RuntimeFoundationWrappers.test("_stdlib_NSStringUppercaseString/NoLeak") {
682682
expectEqual(0, nsStringCanaryCount)
683683
}
684684

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-
/*
689685
RuntimeFoundationWrappers.test("_stdlib_CFStringCreateCopy/NoLeak") {
690686
nsStringCanaryCount = 0
691687
autoreleasepool {
@@ -715,7 +711,6 @@ RuntimeFoundationWrappers.test("_stdlib_CFStringGetCharactersPtr/NoLeak") {
715711
}
716712
expectEqual(0, nsStringCanaryCount)
717713
}
718-
*/
719714

720715
RuntimeFoundationWrappers.test("bridgedNSArray") {
721716
var c = [NSObject]()

0 commit comments

Comments
 (0)