Commit 1a58d407 authored by Dominik Charousset's avatar Dominik Charousset

Properly shutdown CAF in profiled coordinator test

parent 91cf5386
...@@ -7,5 +7,6 @@ using namespace caf; ...@@ -7,5 +7,6 @@ using namespace caf;
int main() { int main() {
CAF_TEST(test_profiled_coordinator); CAF_TEST(test_profiled_coordinator);
set_scheduler(new scheduler::profiled_coordinator<>{"/dev/null"}); set_scheduler(new scheduler::profiled_coordinator<>{"/dev/null"});
return 0; shutdown();
return CAF_TEST_RESULT();
} }
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