From f863bb59f925b02a06fc7c1499f211f2a7e024c6 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Sun, 5 Jun 2005 18:04:54 +0000 Subject: [PATCH] Test only stdole32.tlb as we don't have olepro32.dll in Wine. --- dlls/oleaut32/tests/typelib.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/oleaut32/tests/typelib.c b/dlls/oleaut32/tests/typelib.c index 6ecf5bd6e96..f2d58a78cd2 100644 --- a/dlls/oleaut32/tests/typelib.c +++ b/dlls/oleaut32/tests/typelib.c @@ -58,9 +58,6 @@ void ref_count_test(LPCWSTR type_lib) START_TEST(typelib) { - static const WCHAR type_lib_olepro32[] = {'o','l','e','p','r','o','3','2','.','d','l','l',0}; static const WCHAR type_lib_stdole32[] = {'s','t','d','o','l','e','3','2','.','t','l','b',0}; - - ref_count_test(type_lib_olepro32); ref_count_test(type_lib_stdole32); } -- 2.11.4.GIT