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.
testReferencesInMacro
1 parent 94a4266 commit 93092ffCopy full SHA for 93092ff
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