Skip to content
Snippets Groups Projects
Commit 390cf0ff authored by Leon Dietrich's avatar Leon Dietrich Committed by Benny Baumann
Browse files

fix: removing extra ; in socket_test.cpp

parent b6cbc27e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ static void timeout_cb (::ev::timer& w, int revents) {
// this causes the innermost ev_run to stop iterating
::ev_break (::ev::get_default_loop(), EVBREAK_ONE);
};
}
void ev_thread_callable() {
BOOST_TEST(check_version_libev());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment