Commit 809bb35b authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 85e3ff24
......@@ -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");
......
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