comctl32/tests: Add a trailing '\n' to an ok() call.

This commit is contained in:
Francois Gouget 2012-04-19 22:12:31 +02:00 committed by Alexandre Julliard
parent 0eb0292eb5
commit a0bb28f7d9
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ static void test_gettext(void)
toolinfoA.lpszText = bufA; toolinfoA.lpszText = bufA;
SendMessageA(hwnd, TTM_GETTOOLINFOA, 0, (LPARAM)&toolinfoA); SendMessageA(hwnd, TTM_GETTOOLINFOA, 0, (LPARAM)&toolinfoA);
ok(toolinfoA.lpszText == NULL, ok(toolinfoA.lpszText == NULL,
"expected NULL, got %p", toolinfoA.lpszText); "expected NULL, got %p\n", toolinfoA.lpszText);
} }
else else
{ {