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

This commit is contained in:
Austin English 2011-02-04 22:39:18 -08:00 committed by Alexandre Julliard
parent 13b0e284b3
commit 84b900dabd
1 changed files with 1 additions and 0 deletions

View File

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