Skip to content

Commit badf215

Browse files
committed
Use .skip rather than .xfail on unknown-cause stdlib String test (rdar://31992473)
1 parent 54823dc commit badf215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/String.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ StringTests.test("ForeignIndexes/UnexpectedCrash")
193193
}
194194

195195
StringTests.test("ForeignIndexes/subscript(Index)/OutOfBoundsTrap")
196-
.xfail(.always("<rdar://problem/31992473>"))
196+
.skip(.always("<rdar://problem/31992473>"))
197197
.code {
198198
let donor = "abcdef"
199199
let acceptor = "uvw"

0 commit comments

Comments
 (0)