test: fix test-udp-pings
This commit is contained in:
parent
0e767efc0b
commit
782f228e50
@ -135,7 +135,6 @@ int main(void) {
|
||||
wsa_buf.buf = (char*) PING;
|
||||
wsa_buf.len = sizeof PING;
|
||||
r = WSASend(sock, &wsa_buf, 1, &bytes, 0, NULL, NULL);
|
||||
we_set_win_error(0);
|
||||
assert(r >= 0);
|
||||
assert(bytes == sizeof PING);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user