Skip to content

Commit b6df411

Browse files
committed
Drop unnecessary SPI import
1 parent bc06bb0 commit b6df411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ASTGen/Sources/ASTGen/Macros.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import SwiftParser
22
import SwiftSyntax
3-
@_spi(Testing) import _SwiftSyntaxMacros
3+
import _SwiftSyntaxMacros
44

55
extension SyntaxProtocol {
66
func token(at position: AbsolutePosition) -> TokenSyntax? {

0 commit comments

Comments
 (0)