Francois Gouget : kernel32/tests: Add a trailing linefeed to an ok() message.

Alexandre Julliard julliard at winehq.org
Fri Apr 30 16:03:28 CDT 2021


Module: wine
Branch: master
Commit: 660b32b81e2d0989a46ca0fcdc4eed4e6aedddc7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=660b32b81e2d0989a46ca0fcdc4eed4e6aedddc7

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Apr 30 14:35:48 2021 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c
index b932a3c2a15..f960efb05a8 100644
--- a/dlls/kernel32/tests/process.c
+++ b/dlls/kernel32/tests/process.c
@@ -3857,7 +3857,7 @@ static void test_GetSystemCpuSetInformation(void)
     ok(ret && GetLastError() == 0xdeadbeef, "Got unexpected ret %#x, GetLastError() %u.\n", ret, GetLastError());
     ok(size == expected_size, "Got unexpected size %u.\n", size);
 
-    ok(!memcmp(info, info_nt, expected_size), "Info does not match NtQuerySystemInformationEx().");
+    ok(!memcmp(info, info_nt, expected_size), "Info does not match NtQuerySystemInformationEx().\n");
 
     heap_free(info_nt);
     heap_free(info);




More information about the wine-cvs mailing list