mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
comctl32/tests: Make sure to use a return value (LLVM/Clang).
This commit is contained in:
parent
223c431d90
commit
85e3ff245f
@ -527,6 +527,7 @@ static void test_line_size(HWND hWndTrackbar){
|
||||
|
||||
/* test TBM_SETLINESIZE */
|
||||
r = SendMessage(hWndTrackbar, TBM_SETLINESIZE, 0, 10);
|
||||
expect(1,r);
|
||||
r = SendMessage(hWndTrackbar, TBM_SETLINESIZE, 0, 4);
|
||||
expect(10, r);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user