Commit 81efd569 authored by Dominik Charousset's avatar Dominik Charousset

Fix in test_unpublish when compiling w/ logging

parent 059f8379
......@@ -76,7 +76,7 @@ int main() {
CAF_TEST(test_unpublish);
test_unpublish();
await_all_actors_done();
shutdown();
CAF_CHECK_EQUAL(s_dtor_called.load(), 2);
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