From 103f3db95f236688bd5ba89950fc5f7287c12a88 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Fri, 27 Feb 2009 11:33:44 +0000 Subject: [PATCH] gdi32/tests: Don't expect the screen dc's bitmap to be mono 1x1. --- dlls/gdi32/tests/bitmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/gdi32/tests/bitmap.c b/dlls/gdi32/tests/bitmap.c index 61ed443e8ff..561f96b3537 100644 --- a/dlls/gdi32/tests/bitmap.c +++ b/dlls/gdi32/tests/bitmap.c @@ -1988,7 +1988,6 @@ todo_wine test_mono_1x1_bmp(bm5); test_mono_1x1_bmp(old1); test_mono_1x1_bmp(curObj1); - test_mono_1x1_bmp(curObj2); DeleteObject(bm); DeleteObject(bm1);