File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -471,26 +471,6 @@ var nsStringCanaryCount = 0
471
471
}
472
472
}
473
473
474
- RuntimeFoundationWrappers . test ( " _stdlib_NSStringLowercaseString/NoLeak " ) {
475
- nsStringCanaryCount = 0
476
- autoreleasepool {
477
- let a = NSStringCanary ( )
478
- expectEqual ( 1 , nsStringCanaryCount)
479
- _stdlib_NSStringLowercaseString ( a)
480
- }
481
- expectEqual ( 0 , nsStringCanaryCount)
482
- }
483
-
484
- RuntimeFoundationWrappers . test ( " _stdlib_NSStringUppercaseString/NoLeak " ) {
485
- nsStringCanaryCount = 0
486
- autoreleasepool {
487
- let a = NSStringCanary ( )
488
- expectEqual ( 1 , nsStringCanaryCount)
489
- _stdlib_NSStringUppercaseString ( a)
490
- }
491
- expectEqual ( 0 , nsStringCanaryCount)
492
- }
493
-
494
474
RuntimeFoundationWrappers . test ( " _stdlib_CFStringCreateCopy/NoLeak " ) {
495
475
nsStringCanaryCount = 0
496
476
autoreleasepool {
You can’t perform that action at this time.
0 commit comments