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

This commit is contained in:
Austin English 2011-02-07 14:58:03 -08:00 committed by Alexandre Julliard
parent e9316ed8ec
commit e450573412
1 changed files with 1 additions and 0 deletions

View File

@ -1281,6 +1281,7 @@ static void test_object_elem(IHTMLDocument2 *doc)
CHECK_CALLED(Invoke_SECURITYCTX);
hres = IHTMLObjectElement_QueryInterface(objelem, &IID_IDispatchEx, (void**)&dispex);
ok(hres == S_OK, "QueryInterface failed: %08x\n", hres);
test_elem_dispex(dispex);
IDispatchEx_Release(dispex);