Skip to content

Commit e2ad726

Browse files
committed
Display actual expanded source, not expected source
1 parent 5c6cde3 commit e2ad726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public func assertMacroExpansion(
304304
expandedSource.trimmingCharacters(in: .newlines),
305305
additionalInfo: """
306306
Actual expanded source:
307-
\(expandedSource)
307+
\(formattedSourceFile)
308308
""",
309309
file: file,
310310
line: line

0 commit comments

Comments
 (0)