We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eec7a3f + 94f8fa4 commit 75916caCopy full SHA for 75916ca
Tests/PackageLoadingTests/PD5LoadingTests.swift
@@ -328,7 +328,7 @@ class PackageDescription5LoadingTests: PackageDescriptionLoadingTests {
328
packageKind: .local
329
)
330
} catch ManifestParseError.invalidManifestFormat(let error, let diagnosticFile) {
331
- XCTAssertMatch(error, .contains("expected \')\' in expression list"))
+ XCTAssertMatch(error, .contains("expected expression in container literal"))
332
let contents = try localFileSystem.readFileContents(diagnosticFile!)
333
XCTAssertNotNil(contents)
334
}
0 commit comments