Commit be2bec72 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/tests: Remove useless trace() message.

parent 8905bd92
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment