comctl32/tests: Remove useless trace() message.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2018-04-09 08:53:38 +03:00 committed by Alexandre Julliard
parent 8905bd92aa
commit be2bec72ac
1 changed files with 1 additions and 1 deletions

View File

@ -563,8 +563,8 @@ static void test_button_messages(void)
DWORD style, state;
HDC hdc;
trace("%d: button test sequence\n", i);
hwnd = create_button(button[i].style, parent);
ok(hwnd != NULL, "Failed to create a button.\n");
style = GetWindowLongA(hwnd, GWL_STYLE);
style &= ~(WS_CHILD | BS_NOTIFY);