Skip to content

Commit bd77f10

Browse files
authored
Merge pull request #72443 from Azoy/58-to-59
[test] Change availability guarding test in StringGraphemeBreaking.swift
2 parents f265226 + 4aa7a8b commit bd77f10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

validation-test/stdlib/StringGraphemeBreaking.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ if #available(SwiftStdlib 5.9, *) {
115115
check(string, test.pieces)
116116
}
117117
}
118-
}
119118

120-
if #available(SwiftStdlib 5.8, *) {
121119
StringGraphemeBreaking.test("GB11") {
122120
// MAN, ZERO WIDTH JOINER, ZERO WIDTH JOINER, GIRL
123121
let string = "\u{1f468}\u{200d}\u{200d}\u{1f467}"

0 commit comments

Comments
 (0)