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:
@@ -34,6 +34,7 @@ func expectCocoa(_ str: String,
|
||||
}
|
||||
|
||||
StringBridgeTests.test("Tagged NSString") {
|
||||
guard #available(iOS 11.0, *) else { return }
|
||||
#if arch(i386) || arch(arm)
|
||||
#else
|
||||
// Bridge tagged strings as small
|
||||
|
||||
Reference in New Issue
Block a user