From 048cc7d133a57e665ec57dd1700ffb4ff8efb24f Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 21 Dec 2014 17:16:15 +0000 Subject: [PATCH] [NTDLL_WINETEST] Temporarily enable LdrAddRefDll tests in light of CORE-8102. svn path=/trunk/; revision=65784 --- rostests/winetests/ntdll/rtl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/winetests/ntdll/rtl.c b/rostests/winetests/ntdll/rtl.c index 04254ce1e21..36262742afd 100755 --- a/rostests/winetests/ntdll/rtl.c +++ b/rostests/winetests/ntdll/rtl.c @@ -1504,7 +1504,7 @@ static void test_LdrAddRefDll(void) return; } -#ifdef __REACTOS__ +#ifndef __REACTOS__ if (!winetest_interactive) { skip("Skipping LdrAddRefDll tests. See CORE-8102\n");