Skip to content

Commit

Permalink
Update example macro based on latest swift-syntax APIs on main.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 547489523
  • Loading branch information
allevato authored and swiple-rules-gardener committed Jul 12, 2023
1 parent d0254af commit 8c439d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/xplatform/macros/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ swift_test(
":stringify_macro",
"@SwiftSyntax",
"@SwiftSyntax//:SwiftSyntaxBuilder",
"@SwiftSyntax//:SwiftSyntaxMacros",
"@SwiftSyntax//:SwiftSyntaxMacroExpansion",
],
)
2 changes: 1 addition & 1 deletion examples/xplatform/macros/StringifyMacroTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import SwiftSyntax
import SwiftSyntaxBuilder
import SwiftSyntaxMacros
import SwiftSyntaxMacroExpansion
import StringifyMacroPlugin
import XCTest

Expand Down

1 comment on commit 8c439d0

@brentleyjones
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.