You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/SwiftSyntaxMacroExpansionTest/AccessorMacroTests.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ final class AccessorMacroTests: XCTestCase {
229
229
diagnostics:[
230
230
DiagnosticSpec(
231
231
message:
232
-
"swift-syntax applies macros syntactically and there is no way to represent a variable declaration with multiple bindings that have accessors syntactically. While the compiler allows this expansion, swift-syntax cannot represent it and thus disallows it.",
232
+
"accessor macro can only be applied to a single variable",
0 commit comments