Commit 85e3ff24 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 223c431d
......@@ -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);
......
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