From 2a2c66c0620f9a08be36923da967f281de2b27d9 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Sun, 13 Apr 2008 14:08:44 +0900 Subject: [PATCH] gdi32: Clarify which font doesn't contain 'x'. --- dlls/gdi32/tests/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c index ef250d9c377..803994b50cc 100644 --- a/dlls/gdi32/tests/font.c +++ b/dlls/gdi32/tests/font.c @@ -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; }