Skip to content

Commit 80cb252

Browse files
committed
remove MacroTesting
1 parent 8dbe747 commit 80cb252

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import QuickLayoutMacro
99
import SwiftSyntaxMacros
1010
import SwiftSyntaxMacrosTestSupport
1111
import XCTest
12+
#if canImport(QuickLayoutMacro)
13+
@testable import QuickLayoutMacro
1214

1315
// patternlint-disable meta-subclass-view
1416

@@ -476,3 +478,4 @@ class QuickLayoutTests: XCTestCase {
476478
)
477479
}
478480
}
481+
#endif

0 commit comments

Comments
 (0)