Commit da3feee9 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent fe975fb0
......@@ -9182,6 +9182,7 @@ static void test_IUriBuilder_RemoveProperties(void) {
BSTR received = NULL;
hr = IUri_GetAbsoluteUri(result, &received);
ok(hr == S_OK, "Error: Expected S_OK, but got 0x%08x instead.\n", hr);
ok(!strcmp_aw(test.expected_uri, received),
"Error: Expected %s but got %s instead on test %d.\n",
test.expected_uri, wine_dbgstr_w(received), i);
......
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