Commit 7f290c95 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

shdocvw/tests: Don't check return values inside of if(0) (LLVM/Clang).

parent b8bf372e
......@@ -268,7 +268,7 @@ static void test_ParseURLFromOutsideSourceA(void)
if (0) {
/* that test crash on native shdocvw */
res = pParseURLFromOutsideSourceA(ParseURL_table[i].url, buffer, NULL, &dummy);
pParseURLFromOutsideSourceA(ParseURL_table[i].url, buffer, NULL, &dummy);
}
memset(buffer, '#', sizeof(buffer)-1);
......
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