File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import PackageModel
17
17
import SPMTestSupport
18
18
import XCTest
19
19
20
- import class TSCBasic. DiagnosticsEngine
21
20
import class TSCBasic. InMemoryFileSystem
22
21
import enum TSCBasic. PathValidationError
23
22
@@ -776,9 +775,3 @@ class PackageDescription4_2LoadingTests: PackageDescriptionLoadingTests {
776
775
#endif
777
776
}
778
777
}
779
-
780
- extension DiagnosticsEngine {
781
- public var hasWarnings : Bool {
782
- return diagnostics. contains ( where: { $0. message. behavior == . warning } )
783
- }
784
- }
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import XCTest
26
26
import struct TSCBasic.ByteString
27
27
import class TSCBasic.InMemoryFileSystem
28
28
29
- import enum TSCUtility.Diagnostics
30
29
import struct TSCUtility.Version
31
30
32
31
final class WorkspaceTests: XCTestCase {
You can’t perform that action at this time.
0 commit comments