Commit f812d304 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

ntdll/tests: Use skip and add a FreeLibrary.

parent a3974485
......@@ -476,4 +476,8 @@ START_TEST(atom)
test_NtRefPinAtom();
test_Global();
}
else
win_skip("Needed atom functions are not available\n");
FreeLibrary(hntdll);
}
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