mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 15:10:27 +00:00
user32/tests: Remove a trace() message.
This commit is contained in:
parent
eca3d74877
commit
96ef5d38af
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user