Skip to content

Commit 19332a2

Browse files
authored
Merge pull request swiftlang#2781 from ahoppen/fix-58-build
Fix build issue when using a Swift 5.8 compiler
2 parents 2f0b28d + 4990a7e commit 19332a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftSyntaxMacroExpansionTest/PeerMacroTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ final class PeerMacroTests: XCTestCase {
5858
.replaceChild(
5959
message: SwiftSyntaxMacros.MacroExpansionFixItMessage("add 'async'"),
6060
parent: funcDecl,
61-
replacingChildAt: \.signature.effectSpecifiers,
61+
replacingChildAt: \FunctionDeclSyntax.signature.effectSpecifiers,
6262
with: newEffects
6363
)
6464
]

0 commit comments

Comments
 (0)