kernel32/tests: Fix typo in test failure message.
This commit is contained in:
parent
37046546af
commit
689840babb
|
@ -955,7 +955,7 @@ static void test_SetThreadContext(void)
|
|||
prevcount, GetLastError() );
|
||||
|
||||
WaitForSingleObject( thread, INFINITE );
|
||||
ok( test_value == 10, "test_value %d instead of 20\n", test_value );
|
||||
ok( test_value == 10, "test_value %d\n", test_value );
|
||||
|
||||
ctx.ContextFlags = CONTEXT_FULL;
|
||||
SetLastError(0xdeadbeef);
|
||||
|
|
Loading…
Reference in New Issue