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:
Rafał Harabień 2022-04-09 13:14:40 +02:00 committed by Alexandre Julliard
parent 9be3f2cf11
commit 66a639e96d
1 changed files with 0 additions and 2 deletions

View File

@ -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);