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

This commit is contained in:
Hans Leidekker 2007-10-22 17:37:33 +02:00 committed by Alexandre Julliard
parent 35c0511d2b
commit d21c5044c6
1 changed files with 0 additions and 2 deletions

View File

@ -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);