Skip to content

Commit 18352fa

Browse files
committed
Enable testPluginArgs on Windows
This should be fixed by swiftlang/swift-package-manager#8118
1 parent 9c84a34 commit 18352fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/BuildSystemIntegrationTests/SwiftPMBuildSystemTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -866,10 +866,6 @@ final class SwiftPMBuildSystemTests: XCTestCase {
866866
}
867867

868868
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
873869
try await withTestScratchDir { tempDir in
874870
try localFileSystem.createFiles(
875871
root: tempDir,

0 commit comments

Comments
 (0)