kernel32/tests: Fix typo in test failure message.

oldstable
Austin English 2011-05-06 14:10:29 -05:00 committed by Alexandre Julliard
parent 37046546af
commit 689840babb
1 changed files with 1 additions and 1 deletions

View File

@ -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);