riched20/tests: Remove duplicated ok() call.

This commit is contained in:
Michael Stefaniuc 2012-05-17 00:53:31 +02:00 committed by Alexandre Julliard
parent 49add07795
commit 306b3510a9
1 changed files with 0 additions and 1 deletions

View File

@ -5889,7 +5889,6 @@ static void test_undo_coalescing(void)
ok (result == 0, "expected '%s' but got '%s'\n", "one two three", buffer);
result = SendMessage(hwnd, EM_UNDO, 0, 0);
ok (result == TRUE, "Failed to undo typed characters.\n");
ok (result == TRUE, "Failed to undo typed characters.\n");
SendMessageA(hwnd, WM_GETTEXT, sizeof(buffer), (LPARAM)buffer);
result = strcmp(buffer, "");
ok (result == 0, "expected '%s' but got '%s'\n", "", buffer);