Commit 4803f921 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent a41a574d
......@@ -1143,6 +1143,7 @@ static void test_todaylink(void)
hwnd = create_monthcal_control(0);
res = SendMessage(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r);
expect(1, res);
MoveWindow(hwnd, 0, 0, r.right, r.bottom, FALSE);
flush_sequences(sequences, NUM_MSG_SEQUENCES);
......
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