Skip to content

Commit 566d0dd

Browse files
authored
Change testPluginCanBeReferencedByProductName (#6559)
We have recently seen some failures in this test e.g. https://ci.swift.org/job/oss-swift-package-ubuntu-20_04/1779/ -- it is not clear to me why these failures started to appear, but the diagnostic message that seems to be missing is not actually material to the test, so we can change the test to avoid this. rdar://109368270 (cherry picked from commit 96db9f6)
1 parent 03399d1 commit 566d0dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/FunctionalTests/PluginTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,6 @@ class PluginTests: XCTestCase {
10071007
let (stdout, _) = try executeSwiftBuild(fixturePath.appending("PluginCanBeReferencedByProductName"))
10081008
XCTAssert(stdout.contains("Compiling plugin MyPlugin"), "stdout:\n\(stdout)")
10091009
XCTAssert(stdout.contains("Compiling PluginCanBeReferencedByProductName gen.swift"), "stdout:\n\(stdout)")
1010-
XCTAssert(stdout.contains("Compiling PluginCanBeReferencedByProductName PluginCanBeReferencedByProductName.swift"), "stdout:\n\(stdout)")
10111010
XCTAssert(stdout.contains("Build complete!"), "stdout:\n\(stdout)")
10121011
}
10131012
}

0 commit comments

Comments
 (0)