ole32/tests: Make sure to use a return value (LLVM/Clang).

This commit is contained in:
Austin English 2011-02-10 15:50:30 -08:00 committed by Alexandre Julliard
parent efb3c48d8a
commit 5206db8055
1 changed files with 1 additions and 0 deletions

View File

@ -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");