Skip to content

Commit 135be13

Browse files
authored
Merge pull request #73980 from Azoy/remove-else-branch
[test] Remove else branch in BridgedObjectDebuggerSupport.swift
2 parents da65626 + 9bc9d92 commit 135be13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/stdlib/BridgedObjectDebuggerSupport.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ StringForPrintObjectTests.test("NSStringUTF8") {
8080

8181
if #available(SwiftStdlib 6.0, *) {
8282
expectEqual("🏂☃❅❆❄︎⛄️❄️\n", printed)
83-
} else {
84-
expectEqual("\"🏂☃❅❆❄︎⛄️❄️\"\n", printed)
8583
}
84+
8685
expectEqual(printed, debug)
8786
}
8887

0 commit comments

Comments
 (0)