ntdll/tests: Use skip and add a FreeLibrary.
This commit is contained in:
parent
a397448549
commit
f812d30486
|
@ -476,4 +476,8 @@ START_TEST(atom)
|
|||
test_NtRefPinAtom();
|
||||
test_Global();
|
||||
}
|
||||
else
|
||||
win_skip("Needed atom functions are not available\n");
|
||||
|
||||
FreeLibrary(hntdll);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue