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 902b53e commit 95190dcCopy full SHA for 95190dc
Tests/SwiftRefactorTest/ManifestEditTests.swift
@@ -783,7 +783,7 @@ func assertManifestRefactor(
783
// Check all of the auxiliary sources.
784
for (auxSourcePath, auxSourceSyntax) in edits.auxiliaryFiles {
785
guard let expectedSyntax = expectedAuxiliarySources[auxSourcePath] else {
786
- XCTFail("unexpected auxiliary source file \(auxSourcePath)")
+ XCTFail("unexpected auxiliary source file '\(auxSourcePath)' in \(expectedAuxiliarySources)")
787
return
788
}
789
0 commit comments