Commit 42b10069 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

comctl32: Fix test description in test_hittest.

parent d25d6676
......@@ -3025,7 +3025,7 @@ static void test_hittest(void)
horiz = LOWORD(r);
vert = HIWORD(r);
ok(bounds.bottom - bounds.top == vert,
"Horizontal spacing inconsistent (%d != %d)\n", bounds.bottom - bounds.top, vert);
"Vertical spacing inconsistent (%d != %d)\n", bounds.bottom - bounds.top, vert);
r = SendMessage(hwnd, LVM_GETITEMPOSITION, 0, (LPARAM)&pos);
expect(TRUE, r);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment