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

This commit is contained in:
Austin English 2011-02-16 18:21:29 -08:00 committed by Alexandre Julliard
parent 85e3ff245f
commit 809bb35bf0
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ static void test_updown_pos32(void)
low = high = -1;
r = SendMessage(updown, UDM_GETRANGE32, (WPARAM) &low , (LPARAM) &high );
expect(0,r);
if (low == -1)
{
win_skip("UDM_SETRANGE32/UDM_GETRANGE32 not available\n");