riched20/tests: Fixed typo in test_EM_STREAMIN.

This commit is contained in:
Qian Hong 2012-08-16 19:01:03 +08:00 committed by Alexandre Julliard
parent 01ebba0fc4
commit 7839d134e9
1 changed files with 1 additions and 1 deletions

View File

@ -5146,7 +5146,7 @@ static void test_EM_STREAMIN(void)
result = SendMessage(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM) buffer);
ok (result == length5,
"EM_STREAMIN: Test 4 returned %ld, expected %d\n", result, length5);
"EM_STREAMIN: Test 5 returned %ld, expected %d\n", result, length5);
ok(es.dwError == 0, "EM_STREAMIN: Test 5 set error %d, expected %d\n", es.dwError, 0);
DestroyWindow(hwndRichEdit);