Module: wine Branch: master Commit: 66a639e96de2f4e12ddfe948bf5f6dd6fd5f7b61 URL: https://source.winehq.org/git/wine.git/?a=commit;h=66a639e96de2f4e12ddfe948b...
Author: Rafał Harabień rafalh92@outlook.com Date: Sat Apr 9 13:14:40 2022 +0200
user32/tests: Remove duplicated SS_*RECT static control tests.
Signed-off-by: Rafał Harabień rafalh92@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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);