Skip to content

Commit a0d3cfe

Browse files
committed
[Tests] Add more information to unexpected aux files failure to diagnose Windows failures
1 parent c212b2e commit a0d3cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftRefactorTest/ManifestEditTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ func assertManifestRefactor(
787787
// Check all of the auxiliary sources.
788788
for (auxSourcePath, auxSourceSyntax) in edits.auxiliaryFiles {
789789
guard let expectedSyntax = expectedAuxiliarySources[auxSourcePath] else {
790-
XCTFail("unexpected auxiliary source file \(auxSourcePath)")
790+
XCTFail("unexpected auxiliary source file '\(auxSourcePath)' in \(expectedAuxiliarySources)")
791791
return
792792
}
793793

0 commit comments

Comments
 (0)