Commit 00b8083b authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent fdf24a94
......@@ -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 */
......
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