Skip to content

Commit 50095de

Browse files
committed
wip
1 parent a7360dd commit 50095de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MacroTesting/AssertMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ extension FixIt.Change {
472472
)
473473

474474
#if canImport(SwiftSyntax601)
475-
case .replaceChild(let data):
475+
case .replaceChild(let replacingChildData):
476476
let range = replacingChildData.replacementRange
477477
let start = expansionContext.position(
478478
of: range.lowerBound,

0 commit comments

Comments
 (0)