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

Alexandre Julliard julliard at winehq.org
Fri Feb 18 10:50:16 CST 2011


Module: wine
Branch: master
Commit: 85e3ff245f991c2a8c1e2d1a7915537911c54126
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=85e3ff245f991c2a8c1e2d1a7915537911c54126

Author: Austin English <austinenglish at gmail.com>
Date:   Wed Feb 16 18:21:09 2011 -0800

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

---

 dlls/comctl32/tests/trackbar.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c
index ac67d50..8eaedf4 100644
--- a/dlls/comctl32/tests/trackbar.c
+++ b/dlls/comctl32/tests/trackbar.c
@@ -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);
 




More information about the wine-cvs mailing list