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

Rafał Harabień rafalh92 at outlook.com
Sat Apr 2 18:36:51 CDT 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 a5af3315865..09e399990cd 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