Skip to content

Commit e558046

Browse files
committed
remove MacroTesting
1 parent 8dbe747 commit e558046

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ let package = Package(
2828
],
2929
dependencies: [
3030
.package(url: "https://github.com/apple/swift-syntax.git", from: "602.0.0"),
31-
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.6.4"),
3231
],
3332
targets: [
3433
.target(

Sources/QuickLayout/QuickLayoutMacroTests/QuickLayoutTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
import QuickLayoutMacro
98
import SwiftSyntaxMacros
109
import SwiftSyntaxMacrosTestSupport
1110
import XCTest
11+
#if canImport(QuickLayoutMacro)
12+
@testable import QuickLayoutMacro
1213

1314
// patternlint-disable meta-subclass-view
1415

@@ -476,3 +477,4 @@ class QuickLayoutTests: XCTestCase {
476477
)
477478
}
478479
}
480+
#endif

0 commit comments

Comments
 (0)