Commit 13762e23 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

oleaut32/tests: Don't add typelib information to the registry.

parent 0b994d0a
......@@ -1378,7 +1378,7 @@ static void test_CreateTypeLib(void) {
ok(hres == S_OK, "got %08x\n", hres);
ICreateTypeLib2_Release(createtl);
hres = LoadTypeLib(filenameW, &tl);
hres = LoadTypeLibEx(filenameW, REGKIND_NONE, &tl);
ok(hres == S_OK, "got %08x\n", hres);
ITypeInfo_Release(interface2);
......
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