gdi32: Clarify which font doesn't contain 'x'.

This commit is contained in:
Dmitry Timoshkov 2008-04-13 14:08:44 +09:00 committed by Alexandre Julliard
parent d8c41a25da
commit 2a2c66c062
1 changed files with 1 additions and 1 deletions

View File

@ -1518,7 +1518,7 @@ static void test_negative_width(HDC hdc, const LOGFONTA *lf)
{
SelectObject(hdc, hfont_prev);
DeleteObject(hfont);
skip("This font doesn't contain 'x', skipping the test\n");
skip("Font %s doesn't contain 'x', skipping the test\n", lf->lfFaceName);
return;
}