comctl32/tests: Fix a test that fails on Windows.

This commit is contained in:
Alexandre Julliard 2013-11-11 20:48:51 +01:00
parent 1b5026424b
commit 4242c437a2
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ static void test_gettext(void)
toolinfoW.lParam = 0xdeadbeef;
GetClientRect(hwnd, &toolinfoW.rect);
r = SendMessageW(hwnd, TTM_ADDTOOLW, 0, (LPARAM)&toolinfoW);
ok(r, "Adding the tool to the tooltip failed\n");
todo_wine ok(!r, "Adding the tool to the tooltip failed\n");
if (0) /* crashes on NT4 */
{