Skip to content

Commit 6c1c38c

Browse files
author
Lance Parker
committed
remove an xfail from a test that will now pass
1 parent 5873127 commit 6c1c38c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

TestFoundation/TestNSString.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,14 +1238,7 @@ let comparisonTests = [
12381238
// ASCII cases
12391239
ComparisonTest("t", "tt"),
12401240
ComparisonTest("t", "Tt"),
1241-
ComparisonTest("\u{0}", "",
1242-
reason: {
1243-
#if _runtime(_ObjC)
1244-
return ""
1245-
#else
1246-
return "https://bugs.swift.org/browse/SR-332"
1247-
#endif
1248-
}()),
1241+
ComparisonTest("\u{0}", ""),
12491242
ComparisonTest("\u{0}", "\u{0}",
12501243
reason: "https://bugs.swift.org/browse/SR-332"),
12511244
ComparisonTest("\r\n", "t"),

0 commit comments

Comments
 (0)