mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
winhttp/tests: Test a return value (clang).
This commit is contained in:
parent
08c3d2a5ab
commit
1549088da0
@ -295,6 +295,7 @@ static void test_redirect( void )
|
||||
|
||||
setup_test( &info, winhttp_send_request, __LINE__ );
|
||||
ret = WinHttpSendRequest( req, NULL, 0, NULL, 0, 0, 0 );
|
||||
ok(ret, "failed to send request %u\n", GetLastError());
|
||||
|
||||
setup_test( &info, winhttp_receive_response, __LINE__ );
|
||||
ret = WinHttpReceiveResponse( req, NULL );
|
||||
|
Loading…
Reference in New Issue
Block a user