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

This commit is contained in:
Austin English 2011-02-09 13:43:44 -08:00 committed by Alexandre Julliard
parent b8bf372e70
commit 7f290c9544
1 changed files with 1 additions and 1 deletions

View File

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