Skip to content

Commit 893e0f9

Browse files
committed
Display actual expanded source, not expected source
1 parent b46348a commit 893e0f9

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
@@ -297,7 +297,7 @@ public func assertMacroExpansion(
297297
expandedSource.trimmingCharacters(in: .newlines),
298298
additionalInfo: """
299299
Actual expanded source:
300-
\(expandedSource)
300+
\(formattedSourceFile)
301301
""",
302302
file: file,
303303
line: line

0 commit comments

Comments
 (0)