Commit 746e8b23 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

mshtml/tests: Make sure a return value is used (LLVM/Clang).

parent 2811f68e
......@@ -4014,6 +4014,7 @@ static void test_ClientSite(IOleObject *oleobj, DWORD flags)
if(flags & CLIENTSITE_SETNULL) {
hres = IOleObject_GetClientSite(oleobj, &clientsite);
ok(hres == S_OK, "SetClientSite failed: %08x\n", hres);
if(set_clientsite)
ok(clientsite == &ClientSite, "clientsite=%p, expected %p\n", clientsite, &ClientSite);
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment