comctl32/tests: Make sure to use a return value (LLVM/Clang).

This commit is contained in:
Austin English 2011-02-16 18:20:47 -08:00 committed by Alexandre Julliard
parent 4803f921e6
commit 223c431d90
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ static void test_status_control(void)
/* Set the Unicode format */
r = SendMessage(hWndStatus, SB_SETUNICODEFORMAT, FALSE, 0);
expect(FALSE,r);
r = SendMessage(hWndStatus, SB_GETUNICODEFORMAT, 0, 0);
expect(FALSE,r);
r = SendMessage(hWndStatus, SB_SETUNICODEFORMAT, TRUE, 0);