Skip to content

Commit

Permalink
fixup! cmake: simplify presets
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusBgm committed Sep 13, 2024
1 parent 06bf108 commit 71ebd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SilKit/IntegrationTests/ITest_MessageAggregation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ TEST_F(ITest_MessageAggregation, timeout_in_case_of_deadlock_when_using_async_si
});

timeSyncService->SetSimulationStepHandlerAsync(
[dataPublisher, lifecycleService, timeSyncService, &msgReceived](std::chrono::nanoseconds /*now*/,
[dataPublisher, lifecycleService, &msgReceived](std::chrono::nanoseconds /*now*/,
std::chrono::nanoseconds /*duration*/) {
// send ping
std::vector<uint8_t> ping(1, '?');
Expand Down Expand Up @@ -144,4 +144,4 @@ TEST_F(ITest_MessageAggregation, timeout_in_case_of_deadlock_when_using_async_si
ASSERT_TRUE(ok) << "SimTestHarness should terminate without timeout";
}

} // namespace
} // namespace

0 comments on commit 71ebd6e

Please sign in to comment.