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.
1 parent c212b2e commit a0d3cfeCopy full SHA for a0d3cfe
Tests/SwiftRefactorTest/ManifestEditTests.swift
@@ -787,7 +787,7 @@ func assertManifestRefactor(
787
// Check all of the auxiliary sources.
788
for (auxSourcePath, auxSourceSyntax) in edits.auxiliaryFiles {
789
guard let expectedSyntax = expectedAuxiliarySources[auxSourcePath] else {
790
- XCTFail("unexpected auxiliary source file \(auxSourcePath)")
+ XCTFail("unexpected auxiliary source file '\(auxSourcePath)' in \(expectedAuxiliarySources)")
791
return
792
}
793
0 commit comments