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

Alexandre Julliard julliard at winehq.org
Wed Apr 18 15:13:20 CDT 2018


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr 18 03:25:56 2018 +0200

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

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

---

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

diff --git a/dlls/kernel32/tests/locale.c b/dlls/kernel32/tests/locale.c
index b9b36d8..91a8703 100644
--- a/dlls/kernel32/tests/locale.c
+++ b/dlls/kernel32/tests/locale.c
@@ -5612,7 +5612,7 @@ static void test_NormalizeString(void)
 
     todo_wine {
         dstlen = pNormalizeString( NormalizationD, ptest->str, -1, dst, 1 );
-        ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER, "Should have failed with ERROR_INSUFFICIENT_BUFFER");
+        ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER, "Should have failed with ERROR_INSUFFICIENT_BUFFER\n");
     }
 
     /*




More information about the wine-cvs mailing list