Skip to content

Commit 396aa3c

Browse files
authored
Merge pull request #1822 from ahoppen/enable-plugin-args-test
2 parents d4d5be1 + 5627a41 commit 396aa3c

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)