We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5873127 commit 6c1c38cCopy full SHA for 6c1c38c
TestFoundation/TestNSString.swift
@@ -1238,14 +1238,7 @@ let comparisonTests = [
1238
// ASCII cases
1239
ComparisonTest("t", "tt"),
1240
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
- }()),
+ ComparisonTest("\u{0}", ""),
1249
ComparisonTest("\u{0}", "\u{0}",
1250
reason: "https://bugs.swift.org/browse/SR-332"),
1251
ComparisonTest("\r\n", "t"),
0 commit comments