diff --git a/test/test-bind-error.c b/test/test-bind-error.c index f3db848a75..834f4ffa02 100644 --- a/test/test-bind-error.c +++ b/test/test-bind-error.c @@ -199,4 +199,6 @@ TEST_IMPL(listen_without_bind) { ASSERT(r == 0); r = uv_tcp_listen(&server, 128, NULL); ASSERT(r == 0); + + return 0; }