[NTDLL_WINETEST] Properly enable back the LdrAddRefDll tests. CORE-8102

svn path=/trunk/; revision=65785
This commit is contained in:
Amine Khaldi 2014-12-21 18:00:03 +00:00
parent 048cc7d133
commit 9d80e094b4

View file

@ -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);