Commit 69579b04 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

oleaut32/tests: Remove incorrect test.

This test is crashing on some systems.
parent ea6b690f
......@@ -1018,9 +1018,6 @@ static void test_CreateTypeLib(void) {
hres = ITypeInfo_GetRefTypeInfo(interface1, 0, NULL);
ok(hres == E_INVALIDARG, "got %08x\n", hres);
hres = ITypeInfo_GetRefTypeInfo(interface1, 16, &ti);
ok(hres == E_FAIL, "got %08x\n", hres);
hres = ICreateTypeInfo_LayOut(createti);
ok(hres == S_OK, "got %08x\n", hres);
......
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