From 392953e09d32db4fb41ca8ec8aa08887c6a591e8 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Fri, 9 May 2014 04:46:18 +0000 Subject: [PATCH] [kernel32_winetest] don't skip test_typelib_section anymore svn path=/trunk/; revision=63203 --- rostests/winetests/kernel32/actctx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/rostests/winetests/kernel32/actctx.c b/rostests/winetests/kernel32/actctx.c index 04bb13302b3..792a292b8d2 100644 --- a/rostests/winetests/kernel32/actctx.c +++ b/rostests/winetests/kernel32/actctx.c @@ -1670,9 +1670,6 @@ static void test_typelib_section(void) HANDLE handle; BOOL ret; - skip("test_typelib_section\n"); - return; - /* use two dependent manifests, 4 'files' total */ create_manifest_file("testdep1.manifest", manifest_wndcls1, -1, NULL, NULL); create_manifest_file("testdep2.manifest", manifest_wndcls2, -1, NULL, NULL); -- 2.17.1