Module: wine Branch: master Commit: 96ef5d38affd2daacb1170fcdd54354fd4a10ae9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=96ef5d38affd2daacb1170fcdd...
Author: Paul Vriens Paul.Vriens.Wine@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);