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

Francois Gouget fgouget at free.fr
Wed Oct 7 07:49:00 CDT 2009


---
 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)
-- 
1.6.3.3




More information about the wine-patches mailing list