[PATCH] ucrtbase/tests: Add a trailing linefeed to an ok() message.
6 May
2021
6 May
'21
5:14 p.m.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/ucrtbase/tests/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ucrtbase/tests/thread.c b/dlls/ucrtbase/tests/thread.c index 512d2158b66..8fffbffb38e 100644 --- a/dlls/ucrtbase/tests/thread.c +++ b/dlls/ucrtbase/tests/thread.c @@ -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(); } -- 2.20.1
1685
Age (days ago)
1685
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget