mshtml/tests: Make sure a return value is used (LLVM/Clang).
This commit is contained in:
parent
2811f68e92
commit
746e8b237e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue