Skip to content

Commit 95190dc

Browse files
committed
[Tests] Add more information to unexpected aux files failure to diagnose Windows failures
1 parent 902b53e commit 95190dc

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
@@ -783,7 +783,7 @@ func assertManifestRefactor(
783783
// Check all of the auxiliary sources.
784784
for (auxSourcePath, auxSourceSyntax) in edits.auxiliaryFiles {
785785
guard let expectedSyntax = expectedAuxiliarySources[auxSourcePath] else {
786-
XCTFail("unexpected auxiliary source file \(auxSourcePath)")
786+
XCTFail("unexpected auxiliary source file '\(auxSourcePath)' in \(expectedAuxiliarySources)")
787787
return
788788
}
789789

0 commit comments

Comments
 (0)