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 5e9dcce commit 01935a8Copy full SHA for 01935a8
Tests/SwiftDiagnosticsTest/DiagnosticsFormatterTests.swift
@@ -78,7 +78,7 @@ final class DiagnosticsFormatterTests: XCTestCase {
78
∣ ╰─ expected value and ')' to end function call
79
80
"""
81
- AssertStringsEqualWithDiff(expectedOutput, try annotate(source: source))
+ AssertStringsEqualWithDiff(expectedOutput, annotate(source: source))
82
}
83
84
func testTwoDiagnosticsAtSameLocation() throws {
@@ -91,6 +91,6 @@ final class DiagnosticsFormatterTests: XCTestCase {
91
92
93
94
95
96
0 commit comments