shdocvw/tests: Make sure to use return value (LLVM/Clang).
This commit is contained in:
parent
13b0e284b3
commit
84b900dabd
|
@ -257,6 +257,7 @@ static void test_ReadAndWriteProperties(void)
|
|||
|
||||
|
||||
hr = urlAFromFile->lpVtbl->GetURL(urlAFromFile, &url);
|
||||
ok(hr == S_OK, "Unable to get url from file, hr=0x%x\n", hr);
|
||||
ok(lstrcmp(url, testurl) == 0, "Wrong url read from file: %s\n",url);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue