ext/libuv/test/test-shutdown-eof.c in libuv-0.12.2 vs ext/libuv/test/test-shutdown-eof.c in libuv-0.12.3

- old
+ new

@@ -121,10 +121,10 @@ ASSERT(handle == (uv_handle_t*) &timer); called_timer_close_cb++; } -static void timer_cb(uv_timer_t* handle, int status) { +static void timer_cb(uv_timer_t* handle) { ASSERT(handle == &timer); uv_close((uv_handle_t*) handle, timer_close_cb); /* * The most important assert of the test: we have not received