Commit 4242c437 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 1b502642
......@@ -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 */
{
......
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