oleaut32/tests: Remove incorrect test.

This test is crashing on some systems.
This commit is contained in:
Piotr Caban 2010-02-24 14:26:57 +01:00 committed by Alexandre Julliard
parent ea6b690f82
commit 69579b0449
1 changed files with 0 additions and 3 deletions

View File

@ -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);