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 e396421 commit a2a3388Copy full SHA for a2a3388
Tests/SourceKitLSPTests/SwiftInterfaceTests.swift
@@ -346,6 +346,8 @@ final class SwiftInterfaceTests: XCTestCase {
346
}
347
348
func testFoundationSubmoduleNavigation() async throws {
349
+ try SkipUnless.platformIsDarwin("Non-Darwin platforms don't have Foundation submodules")
350
+
351
let testClient = try await TestSourceKitLSPClient(
352
capabilities: ClientCapabilities(experimental: [
353
GetReferenceDocumentRequest.method: .dictionary(["supported": .bool(true)])
0 commit comments