ntdll/tests: Fix a test failure.
This commit is contained in:
parent
b16b366327
commit
498b632899
1 changed files with 2 additions and 1 deletions
|
@ -3754,7 +3754,8 @@ static void test_system_debug_control(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
ok( status == STATUS_DEBUGGER_INACTIVE || status == STATUS_ACCESS_DENIED, "class %d, got %#lx.\n", class, status );
|
||||
ok( status == STATUS_DEBUGGER_INACTIVE || status == STATUS_ACCESS_DENIED || status == STATUS_INFO_LENGTH_MISMATCH,
|
||||
"class %d, got %#lx.\n", class, status );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue