Commit 84b900da authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 13b0e284
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment