Commit 7c5df85f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 305d4bfd
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment