ole32/tests: Make sure to use a return value (LLVM/Clang).
This commit is contained in:
parent
efb3c48d8a
commit
5206db8055
|
@ -1657,6 +1657,7 @@ static void test_default_handler(void)
|
|||
|
||||
sizel.cx = sizel.cy = 0;
|
||||
hr = IOleObject_SetExtent(pObject, DVASPECT_CONTENT, &sizel);
|
||||
ok(hr == OLE_E_NOTRUNNING, "IOleObject_SetExtent should have returned OLE_E_NOTRUNNING instead of 0x%08x\n", hr);
|
||||
|
||||
hr = IOleObject_SetHostNames(pObject, wszHostName, NULL);
|
||||
ok_ole_success(hr, "IOleObject_SetHostNames");
|
||||
|
|
Loading…
Reference in New Issue