diff --git a/tests/dsl/IdleSync.cpp b/tests/dsl/IdleSync.cpp index 1ba7a8c00..2f0fc5b92 100644 --- a/tests/dsl/IdleSync.cpp +++ b/tests/dsl/IdleSync.cpp @@ -54,7 +54,6 @@ class TestReactor : public test_util::TestBase { powerplant.shutdown(); }); - on().then([this] { emit(std::make_unique>()); }); } };