Skip to content

Commit 95ebc1f

Browse files
committed
Fix imports in BuildToolTests.swift
1 parent 31bc808 commit 95ebc1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Tests/CommandsTests/BuildToolTests.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212

1313
import Basics
1414
@testable import Commands
15-
@testable import CoreCommands
15+
16+
@_spi(SwiftPMInternal)
17+
@testable
18+
import CoreCommands
19+
1620
import PackageGraph
1721
import PackageLoading
1822
import PackageModel

0 commit comments

Comments
 (0)