Commit 8dbc40be authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

riched32/tests: Add a todo_wine for a test that has always failed.

parent 638dbc4b
......@@ -155,7 +155,7 @@ static void test_WM_GETTEXTLENGTH(void)
{
SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)text3);
result = SendMessageA(hwndRichEdit, WM_GETTEXTLENGTH, 0, 0);
ok(result == 8, "WM_GETTEXTLENGTH returned %d, expected 8\n", result);
todo_wine ok(result == 8, "WM_GETTEXTLENGTH returned %d, expected 8\n", result);
}
DestroyWindow(hwndRichEdit);
......
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