mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Update String tests for older iOS versions
This commit is contained in:
@@ -903,6 +903,7 @@ StringTests.test("stringGutsReserve")
|
||||
.skip(.nativeRuntime("Foundation dependency"))
|
||||
.code {
|
||||
#if _runtime(_ObjC)
|
||||
guard #available(iOS 11.0, *) else { return }
|
||||
for k in 0...7 {
|
||||
var base: String
|
||||
var startedNative: Bool
|
||||
|
||||
Reference in New Issue
Block a user