mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
gdi32: Remove a test that expects the break character to equal ascii space.
This commit is contained in:
parent
35c0511d2b
commit
d21c5044c6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user