Module: wine Branch: master Commit: f812d30486ea53377a7c233e7a90f922903fa8fc URL: http://source.winehq.org/git/wine.git/?a=commit;h=f812d30486ea53377a7c233e7a...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Sun Sep 21 20:11:40 2008 +0200
ntdll/tests: Use skip and add a FreeLibrary.
---
dlls/ntdll/tests/atom.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dlls/ntdll/tests/atom.c b/dlls/ntdll/tests/atom.c index 87ea222..bc5fe2a 100644 --- a/dlls/ntdll/tests/atom.c +++ b/dlls/ntdll/tests/atom.c @@ -476,4 +476,8 @@ START_TEST(atom) test_NtRefPinAtom(); test_Global(); } + else + win_skip("Needed atom functions are not available\n"); + + FreeLibrary(hntdll); }