comctl32: Fix test description in test_hittest.

This commit is contained in:
Gerald Pfeifer 2010-10-31 19:15:05 +01:00 committed by Alexandre Julliard
parent d25d667627
commit 42b1006925
1 changed files with 1 additions and 1 deletions

View File

@ -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);