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.
2 parents 323046f + 93092ff commit 5b07ae6Copy full SHA for 5b07ae6
Tests/SourceKitLSPTests/ReferencesTests.swift
@@ -17,10 +17,6 @@ import XCTest
17
/// Tests that test the overall state of the SourceKit-LSP server, that's not really specific to any language
18
final class ReferencesTests: XCTestCase {
19
func testReferencesInMacro() async throws {
20
- #if os(Windows)
21
- // FIXME: https://github.com/swiftlang/sourcekit-lsp/issues/1758
22
- try XCTSkipIf(true, "Disabled until https://github.com/swiftlang/sourcekit-lsp/issues/1758 is fixed")
23
- #endif
24
let project = try await IndexedSingleSwiftFileTestProject(
25
"""
26
import Observation
0 commit comments