Commit 630d92b9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll/tests: Use win_skip() to skip over unimplemented functionality.

parent 3b072fb7
......@@ -318,7 +318,7 @@ START_TEST(change)
HMODULE hntdll = GetModuleHandle("ntdll");
if (!hntdll)
{
skip("not running on NT, skipping test\n");
win_skip("not running on NT, skipping test\n");
return;
}
......@@ -329,7 +329,7 @@ START_TEST(change)
if (!pNtNotifyChangeDirectoryFile || !pNtCancelIoFile)
{
skip("missing functions, skipping test\n");
win_skip("missing functions, skipping test\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