[PATCH 1/7] user32/tests: remove redundant SS_*RECT static control tests

Rafał Harabień rafalh92 at outlook.com
Wed Feb 23 17:21:12 CST 2022


Signed-off-by: Rafał Harabień <rafalh92 at outlook.com>
---
 dlls/user32/tests/static.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/user32/tests/static.c b/dlls/user32/tests/static.c
index 0899f4c6187..999ff2a8d76 100644
--- a/dlls/user32/tests/static.c
+++ b/dlls/user32/tests/static.c
@@ -344,8 +344,6 @@ START_TEST(static)
     test_updates(SS_OWNERDRAW);
     test_updates(SS_BITMAP);
     test_updates(SS_BITMAP | SS_CENTERIMAGE);
-    test_updates(SS_BLACKRECT);
-    test_updates(SS_WHITERECT);
     test_updates(SS_ETCHEDHORZ);
     test_updates(SS_ETCHEDVERT);
     test_updates(SS_ETCHEDFRAME);
-- 
2.25.1




More information about the wine-devel mailing list