advapi32/tests: Add a trailing '\n' to ok() calls.

Francois Gouget fgouget at free.fr
Sun Dec 28 03:37:09 CST 2008


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

diff --git a/dlls/advapi32/tests/cred.c b/dlls/advapi32/tests/cred.c
index 30f505a..e23f872 100644
--- a/dlls/advapi32/tests/cred.c
+++ b/dlls/advapi32/tests/cred.c
@@ -156,9 +156,9 @@ static void test_CredReadDomainCredentialsA(void)
      * does not check for NULL output pointers and try to zero them out early */
 #if 0
     ok(!pCredReadDomainCredentialsA(&info, 0, NULL, &creds) &&
-            GetLastError() == ERROR_INVALID_PARAMETER, "!");
+            GetLastError() == ERROR_INVALID_PARAMETER, "!\n");
     ok(!pCredReadDomainCredentialsA(&info, 0, &count, NULL) &&
-            GetLastError() == ERROR_INVALID_PARAMETER, "!");
+            GetLastError() == ERROR_INVALID_PARAMETER, "!\n");
 #endif
 
     SetLastError(0xdeadbeef);
-- 
1.5.6.5




More information about the wine-patches mailing list