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>
This commit is contained in:
parent
9be3f2cf11
commit
66a639e96d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue