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

This commit is contained in:
Austin English 2011-02-10 16:45:15 -08:00 committed by Alexandre Julliard
parent fdf24a9406
commit 00b8083b86
1 changed files with 1 additions and 1 deletions

View File

@ -5481,7 +5481,7 @@ static void test_VarBstrCat(void)
if (0)
{
/* Crash */
ret = VarBstrCat(NULL, NULL, NULL);
VarBstrCat(NULL, NULL, NULL);
}
/* Concatenation of two NULL strings works */