Skip to content

Commit 3c16e53

Browse files
committed
Tests: remove @testable import XCBuildSupport
Use the newly extended APIs for testing and use a non-testable import of the package, avoiding a recompilation.
1 parent b70a377 commit 3c16e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/XCBuildSupportTests/PIFBuilderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import PackageModel
2121
import SPMBuildCore
2222
import _InternalTestSupport
2323
import _InternalBuildTestSupport
24-
@testable import XCBuildSupport
24+
import XCBuildSupport
2525
import XCTest
2626

2727
final class PIFBuilderTests: XCTestCase {

0 commit comments

Comments
 (0)