diff options
Diffstat (limited to 'test/test-tcp-bind-error.c')
-rw-r--r-- | test/test-tcp-bind-error.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-tcp-bind-error.c b/test/test-tcp-bind-error.c index 0ceceded..42c01062 100644 --- a/test/test-tcp-bind-error.c +++ b/test/test-tcp-bind-error.c @@ -116,7 +116,8 @@ TEST_IMPL(tcp_bind_error_addrnotavail_2) { TEST_IMPL(tcp_bind_error_fault) { - char garbage[] = "blah blah blah blah blah blah blah blah blah blah blah blah"; + char garbage[] = + "blah blah blah blah blah blah blah blah blah blah blah blah"; struct sockaddr_in* garbage_addr; uv_tcp_t server; int r; |