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

Francois Gouget fgouget at free.fr
Thu May 6 12:14:15 CDT 2021


Signed-off-by: Francois Gouget <fgouget at 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




More information about the wine-devel mailing list