Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Tests/SwiftBuildTests/BuildOperationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,6 @@ fileprivate struct BuildOperationTests: CoreBasedTests {
let service: SWBBuildService? = try await SWBBuildService()
await deferrable.addBlock { [weak service] in
await service?.close()
service = nil
}

func start() async throws -> (SWBBuildOperation, AsyncStream<SwiftBuildMessage>) {
Expand All @@ -1711,7 +1710,6 @@ fileprivate struct BuildOperationTests: CoreBasedTests {
await #expect(throws: Never.self) {
try await session?.close()
}
session = nil
}

let testTarget: TestStandardTarget
Expand Down
Loading