1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

ntdll/tests: Fix a test failure.

This commit is contained in:
Hans Leidekker 2024-03-14 10:12:48 +01:00 committed by Alexandre Julliard
parent b16b366327
commit 498b632899

View file

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