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 9050f97 commit 1e9b4f6Copy full SHA for 1e9b4f6
Tests/SwiftParserTest/translated/ErrorsTests.swift
@@ -86,7 +86,6 @@ final class ErrorsTests: XCTestCase {
86
diagnostics: [
87
// TODO: Old parser expected error on line 3: expected expression after '? ... :' in ternary expression
88
DiagnosticSpec(locationMarker: "1️⃣", message: "expected expression in 'do' statement"),
89
- DiagnosticSpec(locationMarker: "2️⃣", message: "expected expression in pattern"),
90
]
91
)
92
}
0 commit comments