Skip to content

Commit 33348a2

Browse files
committed
Tests: remove @testable import LLBuildManifest
Use the newly extended APIs for testing and use a non-testable import of the package, avoiding a recompilation.
1 parent a1309e1 commit 33348a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LLBuildManifestTests/LLBuildManifestTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import struct Basics.AbsolutePath
1414
import class Basics.InMemoryFileSystem
1515
import class Foundation.PropertyListDecoder
16-
@testable import LLBuildManifest
16+
import LLBuildManifest
1717
import _InternalTestSupport
1818
import XCTest
1919

0 commit comments

Comments
 (0)