mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NTDLL_WINETEST] Properly enable back the LdrAddRefDll tests. CORE-8102
svn path=/trunk/; revision=65785
This commit is contained in:
parent
048cc7d133
commit
9d80e094b4
1 changed files with 0 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue