Module: wine Branch: master Commit: aaf4e75a62bb711c4f25968af91ae238595f5f9a URL: http://source.winehq.org/git/wine.git/?a=commit;h=aaf4e75a62bb711c4f25968af9... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Sun Apr 30 23:24:57 2017 +0300 webservices/tests: Enable WsInitializeMessage() tests (Coverity). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/webservices/tests/msg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/webservices/tests/msg.c b/dlls/webservices/tests/msg.c index f6a6ba1..868ead5 100644 --- a/dlls/webservices/tests/msg.c +++ b/dlls/webservices/tests/msg.c @@ -165,7 +165,6 @@ static void test_WsInitializeMessage(void) WS_ADDRESSING_VERSION addr_version; BOOL addressed; - return; hr = WsInitializeMessage( NULL, WS_REQUEST_MESSAGE, NULL, NULL ); ok( hr == E_INVALIDARG, "got %08x\n", hr );