Skip to content

Commit 174828b

Browse files
authored
Merge pull request #68172 from natecook1000/stringapi_test_fix
Disable StringAPI test on OS stdlib
2 parents b330ac5 + ad19d35 commit 174828b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/stdlib/StringAPI.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
// REQUIRES: executable_test
33
// REQUIRES: reflection
44

5+
// These tests verify fixes in >5.9 Swift, and will
6+
// fail if run against earlier standard library versions.
7+
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: back_deployment_runtime
9+
510
//
611
// Tests for the non-Foundation API of String
712
//

0 commit comments

Comments
 (0)