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 56b1f0b commit 56bc7ccCopy full SHA for 56bc7cc
Tests/SourceKitTests/XCTestManifests.swift
@@ -96,6 +96,8 @@ extension LocalSwiftTests {
96
// `swift test --generate-linuxmain`
97
// to regenerate.
98
static let __allTests__LocalSwiftTests = [
99
+ ("testCrossFileDiagnostics", testCrossFileDiagnostics),
100
+ ("testDiagnosticsReopen", testDiagnosticsReopen),
101
("testDocumentSymbolHighlight", testDocumentSymbolHighlight),
102
("testEditing", testEditing),
103
("testEditorPlaceholderParsing", testEditorPlaceholderParsing),
0 commit comments