oleaut32/tests: Don't check return values inside of if(0) (LLVM/Clang).
This commit is contained in:
parent
fdf24a9406
commit
00b8083b86
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue