Skip to content

Commit 5b07ae6

Browse files
authored
Merge pull request #1779 from ahoppen/cancellation-check-duration
Enable `testReferencesInMacro`
2 parents 323046f + 93092ff commit 5b07ae6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/SourceKitLSPTests/ReferencesTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ import XCTest
1717
/// Tests that test the overall state of the SourceKit-LSP server, that's not really specific to any language
1818
final class ReferencesTests: XCTestCase {
1919
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
2420
let project = try await IndexedSingleSwiftFileTestProject(
2521
"""
2622
import Observation

0 commit comments

Comments
 (0)