ntdll/tests: Use skip and add a FreeLibrary.

This commit is contained in:
Paul Vriens 2008-09-21 20:11:40 +02:00 committed by Alexandre Julliard
parent a397448549
commit f812d30486
1 changed files with 4 additions and 0 deletions

View File

@ -476,4 +476,8 @@ START_TEST(atom)
test_NtRefPinAtom();
test_Global();
}
else
win_skip("Needed atom functions are not available\n");
FreeLibrary(hntdll);
}