Commit 2d6fdf7c authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

dwrite/tests: Prevent "misleading indentation" warnings.

Happens on gcc 12.2.0 Signed-off-by: 's avatarFabian Maurer <dark.shadow4@web.de>
parent fe0bf08a
......@@ -5309,12 +5309,12 @@ static void test_system_fallback(void)
if (!font) continue;
get_font_name(font, name, ARRAY_SIZE(name));
todo_wine
todo_wine
ok(!wcscmp(name, tests[i].name), "%u: unexpected name %s.\n", i, wine_dbgstr_w(name));
hr = IDWriteFont_HasCharacter(font, g_source[0], &exists);
ok(hr == S_OK, "Unexpected hr %#lx.\n", hr);
todo_wine
todo_wine
ok(exists, "%s missing character %#x\n", wine_dbgstr_w(name), g_source[0]);
IDWriteFont_Release(font);
......
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