Author: akhaldi Date: Sun Dec 21 17:16:15 2014 New Revision: 65784
URL: http://svn.reactos.org/svn/reactos?rev=65784&view=rev Log: [NTDLL_WINETEST] Temporarily enable LdrAddRefDll tests in light of CORE-8102.
Modified: trunk/rostests/winetests/ntdll/rtl.c
Modified: trunk/rostests/winetests/ntdll/rtl.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/ntdll/rtl.c?rev=... ============================================================================== --- trunk/rostests/winetests/ntdll/rtl.c [iso-8859-1] (original) +++ trunk/rostests/winetests/ntdll/rtl.c [iso-8859-1] Sun Dec 21 17:16:15 2014 @@ -1504,7 +1504,7 @@ return; }
-#ifdef __REACTOS__ +#ifndef __REACTOS__ if (!winetest_interactive) { skip("Skipping LdrAddRefDll tests. See CORE-8102\n");