comctl32/tests: Fix a test that fails on Windows.
This commit is contained in:
parent
1b5026424b
commit
4242c437a2
|
@ -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 */
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue