comctl32/tests: Add a trailing '\n' to an ok() call.
This commit is contained in:
parent
0eb0292eb5
commit
a0bb28f7d9
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue