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

This commit is contained in:
Austin English 2011-02-09 13:44:37 -08:00 committed by Alexandre Julliard
parent f0ca65a287
commit 757aaecc83
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ static void test_SHGetThreadRef(void)
if (0) {
/* this crash on Windows */
hr = pSHGetThreadRef(NULL);
pSHGetThreadRef(NULL);
}
}