From 9d80e094b473033f12f92d731c9e99b41ce10d8d Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 21 Dec 2014 18:00:03 +0000 Subject: [PATCH] [NTDLL_WINETEST] Properly enable back the LdrAddRefDll tests. CORE-8102 svn path=/trunk/; revision=65785 --- rostests/winetests/ntdll/rtl.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rostests/winetests/ntdll/rtl.c b/rostests/winetests/ntdll/rtl.c index 36262742afd..e8eb04af76f 100755 --- a/rostests/winetests/ntdll/rtl.c +++ b/rostests/winetests/ntdll/rtl.c @@ -1504,14 +1504,6 @@ static void test_LdrAddRefDll(void) return; } -#ifndef __REACTOS__ - if (!winetest_interactive) - { - skip("Skipping LdrAddRefDll tests. See CORE-8102\n"); - return; - } -#endif - mod = LoadLibraryA("comctl32.dll"); ok(mod != NULL, "got %p\n", mod); ret = FreeLibrary(mod);