mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
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…
x
Reference in New Issue
Block a user