Commit d21c5044 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

gdi32: Remove a test that expects the break character to equal ascii space.

parent 35c0511d
......@@ -1571,8 +1571,6 @@ static void test_text_metrics(const LOGFONTA *lf)
test_char = min(last_unicode_char, 255);
ok(tmA.tmLastChar == test_char, "A: tmLastChar for %s %02x != %02x\n",
font_name, tmA.tmLastChar, test_char);
ok(tmA.tmBreakChar == 0x20, "A: tmBreakChar for %s %02x != 0x20\n",
font_name, tmA.tmBreakChar);
}
SetLastError(0xdeadbeef);
......
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