Skip to content

Commit 731764b

Browse files
author
Max Liberman
committed
Update exptected diagnostic text in BuildPlanTests.testPkgConfigGenericDiagnostic
1 parent 0539b60 commit 731764b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BuildTests/BuildPlanTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ final class BuildPlanTests: XCTestCase {
14521452

14531453
let diagnostic = diagnostics.diagnostics.last!
14541454

1455-
XCTAssertEqual(diagnostic.message.text, "couldn't find pc file")
1455+
XCTAssertEqual(diagnostic.message.text, "couldn't find pc file for BTarget")
14561456
XCTAssertEqual(diagnostic.message.behavior, .warning)
14571457
XCTAssertEqual(diagnostic.location.description, "'BTarget' BTarget.pc")
14581458
}

0 commit comments

Comments
 (0)