Commit dde1273f authored by Joseph Noir's avatar Joseph Noir

Remove unrelated test

parent 19b24c67
......@@ -71,9 +71,4 @@ CAF_TEST(connected socket pair) {
close(x.second);
}
CAF_TEST(create accept socket) {
auto acceptor = unbox(make_accept_socket(0, nullptr, false));
close(acceptor);
}
CAF_TEST_FIXTURE_SCOPE_END()
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