gdi32/tests: Remove a cut and paste error.

This commit is contained in:
Huw Davies 2009-03-11 10:01:03 +00:00 committed by Alexandre Julliard
parent 39ae94d0b3
commit e41e1f8f84
1 changed files with 0 additions and 1 deletions

View File

@ -1649,7 +1649,6 @@ static void test_GetDIBits(void)
ok(bm.bmType == 0 ||
broken(bm.bmType == 21072), /* win9x */
"wrong bmType %d\n", bm.bmType);
ok(bm.bmType == 0, "wrong bmType %d\n", bm.bmType);
ok(bm.bmWidth == 16, "wrong bmWidth %d\n", bm.bmWidth);
ok(bm.bmHeight == 16, "wrong bmHeight %d\n", bm.bmHeight);
ok(bm.bmWidthBytes == BITMAP_GetWidthBytes(bm.bmWidth, bm.bmBitsPixel), "wrong bmWidthBytes %d\n", bm.bmWidthBytes);