Commit f863bb59 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Test only stdole32.tlb as we don't have olepro32.dll in Wine.

parent 0aab0908
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment