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.
comparisonTests
1 parent 01ffe57 commit d1d3ca8Copy full SHA for d1d3ca8
TestFoundation/TestNSString.swift
@@ -1094,7 +1094,13 @@ let comparisonTests = [
1094
ComparisonTest("t", "tt"),
1095
ComparisonTest("t", "Tt"),
1096
ComparisonTest("\u{0}", "",
1097
- reason: "https://bugs.swift.org/browse/SR-332"),
+ reason: {
1098
+#if _runtime(_ObjC)
1099
+ return ""
1100
+#else
1101
+ return "https://bugs.swift.org/browse/SR-332"
1102
+#endif
1103
+ }()),
1104
ComparisonTest("\u{0}", "\u{0}",
1105
reason: "https://bugs.swift.org/browse/SR-332"),
1106
ComparisonTest("\r\n", "t"),
0 commit comments