Commit 689840ba authored by Austin English's avatar Austin English Committed by Alexandre Julliard

kernel32/tests: Fix typo in test failure message.

parent 37046546
......@@ -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);
......
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