Skip to content

Commit 973bdbe

Browse files
author
Luke Daley
committed
Add missing method impl in test source
1 parent 45f9258 commit 973bdbe

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Tests/SWBCorePerfTests/CommandLineSpecPerfTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ private final class CapturingTaskGenerationDelegate: TaskGenerationDelegate {
106106
}
107107

108108
extension CapturingTaskGenerationDelegate: TaskActionCreationDelegate {
109+
func createLdTaskAction() -> any SWBCore.PlannedTaskAction {
110+
return LdTaskAction()
111+
}
112+
109113
public func createAuxiliaryFileTaskAction(_ context: AuxiliaryFileTaskActionContext) -> any PlannedTaskAction {
110114
return AuxiliaryFileTaskAction(context)
111115
}

Tests/SWBCoreTests/DependencySettingsTests.swift

Whitespace-only changes.

Tests/SWBTaskConstructionTests/DependencyVerificationTaskConstructionTests.swift

Whitespace-only changes.

0 commit comments

Comments
 (0)