inetcomm/tests: make sure to use return values (LLVM/Clang)

Austin English austinenglish at gmail.com
Mon Feb 7 16:57:43 CST 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/inetcomm/tests/mimeole.c b/dlls/inetcomm/tests/mimeole.c
index 7edef67..36bc338 100644
--- a/dlls/inetcomm/tests/mimeole.c
+++ b/dlls/inetcomm/tests/mimeole.c
@@ -257,6 +257,7 @@ static void test_CreateMessage(void)
     IMimeBody_Release(body);
 
     hr = IMimeMessage_GetBody(msg, IBL_ROOT, NULL, &hbody);
+    ok(hr == S_OK, "ret %08x\n", hr);
 
     PropVariantInit(&prop);
     hr = IMimeMessage_GetBodyProp(msg, hbody, att_pritype, 0, &prop);


More information about the wine-patches mailing list