Skip to content

Commit b421f3e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPAPITests/SourceKitLSPAPITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Build
1717
import PackageGraph
1818

1919
import PackageModel
20-
@testable import SourceKitLSPAPI
20+
import SourceKitLSPAPI
2121
import SPMBuildCore
2222
import _InternalTestSupport
2323
import XCTest

0 commit comments

Comments
 (0)