gdi32: Clarify which font doesn't contain 'x'.
This commit is contained in:
parent
d8c41a25da
commit
2a2c66c062
|
@ -1518,7 +1518,7 @@ static void test_negative_width(HDC hdc, const LOGFONTA *lf)
|
||||||
{
|
{
|
||||||
SelectObject(hdc, hfont_prev);
|
SelectObject(hdc, hfont_prev);
|
||||||
DeleteObject(hfont);
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue