summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-shutdown-twice.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-shutdown-twice.c')
-rw-r--r--deps/uv/test/test-shutdown-twice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/uv/test/test-shutdown-twice.c b/deps/uv/test/test-shutdown-twice.c
index 75c0543549..d7aae89914 100644
--- a/deps/uv/test/test-shutdown-twice.c
+++ b/deps/uv/test/test-shutdown-twice.c
@@ -67,6 +67,7 @@ TEST_IMPL(shutdown_twice) {
loop = uv_default_loop();
r = uv_tcp_init(loop, &h);
+ ASSERT(r == 0);
r = uv_tcp_connect(&connect_req,
&h,