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

ucrtbase/tests: Add a trailing linefeed to an ok() message.

parent 0e874275
......@@ -176,7 +176,7 @@ START_TEST(thread)
test_thread_library_reference(thread_dll, use_beginthreadex, thread_exit_endthreadex);
ret = DeleteFileA(thread_dll);
ok(ret, "Failed to remove the test dll, err: %u", GetLastError());
ok(ret, "Failed to remove the test dll, err: %u\n", GetLastError());
test_thread_invalid_params();
}
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