Commit 4a7bba90 authored by Jinoh Kang's avatar Jinoh Kang Committed by Alexandre Julliard

ntdll/tests: Use win_skip() for missing APIs in test_query_process_debug_port_custom_dacl.

A missing API is a todo in Wine.
parent 4418f928
......@@ -2228,13 +2228,13 @@ static void test_query_process_debug_port_custom_dacl(int argc, char **argv)
if (!pDbgUiSetThreadDebugObject)
{
skip("DbgUiGetThreadDebugObject not found\n");
win_skip("DbgUiGetThreadDebugObject not found\n");
return;
}
if (!pDbgUiGetThreadDebugObject)
{
skip("DbgUiSetThreadDebugObject not found\n");
win_skip("DbgUiSetThreadDebugObject not found\n");
return;
}
......
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