Skip to content

Commit 4aa7a8b

Browse files
committed
Change availability guarding test
1 parent bd1b99b commit 4aa7a8b

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)