Commit a66af35a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user32/tests: Add a trailing '\n' to an ok() call.

parent a8d4b109
...@@ -10698,7 +10698,7 @@ static void test_destroy_quit(void) ...@@ -10698,7 +10698,7 @@ static void test_destroy_quit(void)
if (done) break; if (done) break;
} }
ok( WaitForSingleObject( thread1, 10000 ) != WAIT_TIMEOUT, "timeout" ); ok( WaitForSingleObject( thread1, 10000 ) != WAIT_TIMEOUT, "timeout\n" );
ok( !IsWindow( destroy_data.thread1_wnd ), "window not destroyed\n" ); ok( !IsWindow( destroy_data.thread1_wnd ), "window not destroyed\n" );
CloseHandle( thread1 ); CloseHandle( thread1 );
} }
......
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