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;
|
xmin = 0xdeadbeef;
|
||||||
xmax = 0xdeadbeef;
|
xmax = 0xdeadbeef;
|
||||||
trace("Ignore GetScrollRange error below if you are on Win9x\n");
|
|
||||||
ret = GetScrollRange(hwnd, ctl, &xmin, &xmax);
|
ret = GetScrollRange(hwnd, ctl, &xmin, &xmax);
|
||||||
ok( ret, "GetScrollRange(%d) error %d\n", ctl, GetLastError());
|
ok( ret, "GetScrollRange(%d) error %d\n", ctl, GetLastError());
|
||||||
ok_sequence(WmEmptySeq, "GetScrollRange(SB_HORZ/SB_VERT) empty sequence", FALSE);
|
ok_sequence(WmEmptySeq, "GetScrollRange(SB_HORZ/SB_VERT) empty sequence", FALSE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user