Skip to content

Commit 8bb0705

Browse files
committed
Fix order of imports in AttributeRemoverTests
1 parent d28a8fc commit 8bb0705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftSyntaxMacroExpansionTest/AttributeRemoverTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
import SwiftParser
1414
import SwiftSyntax
15+
@_spi(Testing) import SwiftSyntaxMacroExpansion
1516
import XCTest
1617
import _SwiftSyntaxTestSupport
17-
@_spi(Testing) import SwiftSyntaxMacroExpansion
1818

1919
fileprivate func assertSyntaxRemovingTestAttributes(
2020
_ originalSource: String,

0 commit comments

Comments
 (0)