Commit 2a2c66c0 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent d8c41a25
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment