Skip to content

Commit 6dcebdd

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/5.10
2 parents 4491901 + 052c298 commit 6dcebdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/BuildTests/BuildPlanTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4850,10 +4850,10 @@ final class BuildPlanTests: XCTestCase {
48504850
let swiftGetVersionFilePath = try XCTUnwrap(llbuild.swiftGetVersionFiles.first?.value)
48514851

48524852
let yamlContents: String = try fs.readFileContents(yaml)
4853-
let inputs: SerializedJSON = """
4853+
let inputs = """
48544854
inputs: ["\(AbsolutePath("/Pkg/Snippets/ASnippet.swift"))","\(swiftGetVersionFilePath.escapedPathString)","\(AbsolutePath("/Pkg/.build/debug/Lib.swiftmodule"))"
48554855
"""
4856-
XCTAssertMatch(yamlContents, .contains(inputs.underlying))
4856+
XCTAssertMatch(yamlContents, .contains(inputs))
48574857
}
48584858

48594859
private func sanitizerTest(_ sanitizer: PackageModel.Sanitizer, expectedName: String) throws {

0 commit comments

Comments
 (0)