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

Francois Gouget fgouget at free.fr
Sat Nov 14 08:55:59 CST 2009


---
 dlls/rsaenh/tests/rsaenh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/rsaenh/tests/rsaenh.c b/dlls/rsaenh/tests/rsaenh.c
index e59ad95..4d57b25 100644
--- a/dlls/rsaenh/tests/rsaenh.c
+++ b/dlls/rsaenh/tests/rsaenh.c
@@ -2085,7 +2085,7 @@ static void test_rsa_round_trip(void)
     if (result)
     {
         ok(dataLen == sizeof(test_string), "unexpected size %d\n", dataLen);
-        ok(!memcmp(data, test_string, sizeof(test_string)), "unexpected value");
+        ok(!memcmp(data, test_string, sizeof(test_string)), "unexpected value\n");
     }
     CryptReleaseContext(prov, 0);
 
-- 
1.6.3.3




More information about the wine-patches mailing list