We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 770af1c + 9dd7475 commit 8cd86a2Copy full SHA for 8cd86a2
test/stdlib/StringIndex.swift
@@ -1060,11 +1060,9 @@ suite.test("String.replaceSubrange index validation")
1060
}
1061
1062
1063
-suite.test("Substring.removeSubrange entire range")
1064
-.skip(.always("Disabled due to rdar://99627624"))
1065
-.code {
1066
- guard #available(SwiftStdlib 5.7, *) else {
1067
- // This is a regression found in 5.7+
+suite.test("Substring.removeSubrange entire range") {
+ guard #available(SwiftStdlib 5.8, *) else {
+ // This was a regression in 5.7.0, fixed in 5.7.1+
1068
return
1069
1070
0 commit comments