Paul Vriens : user32/tests: Remove a trace() message.

Alexandre Julliard julliard at winehq.org
Thu Jun 4 07:59:32 CDT 2009


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Thu Jun  4 09:32:43 2009 +0200

user32/tests: Remove a trace() message.

---

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

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index 72cf9ed..dfc4c0d 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -3972,7 +3972,6 @@ static void test_hv_scroll_1(HWND hwnd, INT ctl, DWORD clear, DWORD set, INT min
 
     xmin = 0xdeadbeef;
     xmax = 0xdeadbeef;
-    trace("Ignore GetScrollRange error below if you are on Win9x\n");
     ret = GetScrollRange(hwnd, ctl, &xmin, &xmax);
     ok( ret, "GetScrollRange(%d) error %d\n", ctl, GetLastError());
     ok_sequence(WmEmptySeq, "GetScrollRange(SB_HORZ/SB_VERT) empty sequence", FALSE);




More information about the wine-cvs mailing list