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

This commit is contained in:
Austin English 2011-02-10 13:27:19 -08:00 committed by Alexandre Julliard
parent 2811f68e92
commit 746e8b237e
1 changed files with 1 additions and 0 deletions

View File

@ -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