From a978f43782f307d7951acc9d8e6157a2dda6da67 Mon Sep 17 00:00:00 2001 From: Trent Houliston Date: Tue, 30 Apr 2024 14:42:36 +1000 Subject: [PATCH] . --- tests/dsl/emit/Delay.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/dsl/emit/Delay.cpp b/tests/dsl/emit/Delay.cpp index 27e84c72..8616eecc 100644 --- a/tests/dsl/emit/Delay.cpp +++ b/tests/dsl/emit/Delay.cpp @@ -79,7 +79,6 @@ class TestReactor : public test_util::TestBase { powerplant.shutdown(); }); - on().then([this] { // Delay with consistent jumps for (int i = 0; i < test_loops; ++i) {