comctl32/tests: Make sure to use a return value (LLVM/Clang).
This commit is contained in:
parent
a41a574d3e
commit
4803f921e6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue