Skip to content

Commit 8798c05

Browse files
committed
Remove invalid test case
1 parent ea8ffa6 commit 8798c05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/CommandsTests/PackageCommandTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ class PackageCommandTestCase: CommandsBuildProviderTestCase {
7777
XCTAssertMatch(stdout, .contains("SEE ALSO: swift build, swift run, swift test"))
7878
}
7979

80-
func testCommandDoesNotEmitDuplicateSymbols() async throws {
81-
let (stdout, stderr) = try await execute(["--help"])
82-
XCTAssertNoMatch(stdout, duplicateSymbolRegex)
83-
XCTAssertNoMatch(stderr, duplicateSymbolRegex)
84-
}
85-
8680
func testVersion() async throws {
8781
// This test fails when `--build-system <system>` is provided, so directly invoke SwiftPM.Package.execute
8882
let stdout = try await SwiftPM.Package.execute(["--version"]).stdout

0 commit comments

Comments
 (0)