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

Alexandre Julliard julliard at winehq.org
Wed Oct 7 09:46:06 CDT 2009


Module: wine
Branch: master
Commit: 7c5df85f51e1992a176842a03b24c78bdada7973
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7c5df85f51e1992a176842a03b24c78bdada7973

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Oct  7 14:49:00 2009 +0200

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

---

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

diff --git a/dlls/ntdll/tests/info.c b/dlls/ntdll/tests/info.c
index 55b4498..dc5de94 100644
--- a/dlls/ntdll/tests/info.c
+++ b/dlls/ntdll/tests/info.c
@@ -960,7 +960,7 @@ static void test_affinity(void)
     status = pNtQueryInformationThread( GetCurrentThread(), ThreadBasicInformation, &tbi, sizeof(tbi), NULL );
     ok( status == STATUS_SUCCESS, "Expected STATUS_SUCCESS, got %08x\n", status);
     ok( tbi.AffinityMask == (1 << si.dwNumberOfProcessors) - 1,
-        "Unexpected thread affinity" );
+        "Unexpected thread affinity\n" );
 }
 
 START_TEST(info)




More information about the wine-cvs mailing list