Commit d6118703 authored by Dominik Charousset's avatar Dominik Charousset

Avoid nesting issues in inline_all_enqueues

parent 9e8037e8
...@@ -205,8 +205,8 @@ void test_coordinator::inline_all_enqueues() { ...@@ -205,8 +205,8 @@ void test_coordinator::inline_all_enqueues() {
} }
void test_coordinator::inline_all_enqueues_helper() { void test_coordinator::inline_all_enqueues_helper() {
after_next_enqueue([=] { inline_all_enqueues_helper(); });
run_once_lifo(); run_once_lifo();
after_next_enqueue([=] { inline_all_enqueues_helper(); });
} }
} // namespace caf } // namespace caf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment