kernel32/tests: Fix the spelling of an ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
dc6e90f7f8
commit
6c39e731f4
|
@ -4483,7 +4483,7 @@ static void test_nested_jobs_child(unsigned int index)
|
|||
if (index)
|
||||
{
|
||||
ret = pAssignProcessToJobObject(job_other, GetCurrentProcess());
|
||||
ok(!ret, "AssignProcessToJobObject succeded\n");
|
||||
ok(!ret, "AssignProcessToJobObject succeeded\n");
|
||||
ok(GetLastError() == ERROR_ACCESS_DENIED, "Got unexpected error %u.\n", GetLastError());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue