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 9c84a34 commit 18352faCopy full SHA for 18352fa
Tests/BuildSystemIntegrationTests/SwiftPMBuildSystemTests.swift
@@ -866,10 +866,6 @@ final class SwiftPMBuildSystemTests: XCTestCase {
866
}
867
868
func testPluginArgs() async throws {
869
- #if os(Windows)
870
- // TODO: Enable this test once https://github.com/swiftlang/sourcekit-lsp/issues/1775 is fixed
871
- try XCTSkipIf(true, "https://github.com/swiftlang/sourcekit-lsp/issues/1775")
872
- #endif
873
try await withTestScratchDir { tempDir in
874
try localFileSystem.createFiles(
875
root: tempDir,
0 commit comments