Skip to content

Commit 4e0e2ee

Browse files
committed
[test] adjust test values
1 parent 6da151e commit 4e0e2ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/stdlib/Span/BridgedStringUTF8ViewSpanTests.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ let strings = [
2828
"A long ASCII string exceeding 16 code units.",
2929
"🇯🇵",
3030
"🏂☃❅❆❄︎⛄️❄️",
31-
// Enable the following once the small native string form is supported
32-
// "z",
33-
// "",
31+
"z",
32+
"",
3433
]
3534

3635
strings.forEach { expected in

0 commit comments

Comments
 (0)