We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00afb1 commit 8ae7100Copy full SHA for 8ae7100
Tests/TracingMacrosTests/TracedTests.swift
@@ -1,7 +1,3 @@
1
-import SwiftSyntaxMacrosTestSupport
2
-import Tracing
3
-import TracingMacros
4
-import TracingMacrosImplementation
5
//===----------------------------------------------------------------------===//
6
//
7
// This source file is part of the Swift Distributed Tracing open source project
@@ -15,6 +11,11 @@ import TracingMacrosImplementation
15
11
// SPDX-License-Identifier: Apache-2.0
16
12
17
13
14
+
+import SwiftSyntaxMacrosTestSupport
+import Tracing
+import TracingMacros
18
+import TracingMacrosImplementation
19
import XCTest
20
21
#if compiler(>=6.0)
0 commit comments