Commit d6dae07b authored by Dominik Charousset's avatar Dominik Charousset

Properly announce types in actor pool test

parent 0bd9cb77
...@@ -211,6 +211,7 @@ void test_split_join_actor_pool() { ...@@ -211,6 +211,7 @@ void test_split_join_actor_pool() {
} }
int main() { int main() {
announce<std::vector<int>>("vector<int>");
CAF_TEST(test_actor_pool); CAF_TEST(test_actor_pool);
test_actor_pool(); test_actor_pool();
test_broadcast_actor_pool(); test_broadcast_actor_pool();
......
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