From 69579b0449d8a772b31518a54dfb0643680570ad Mon Sep 17 00:00:00 2001 From: Piotr Caban Date: Wed, 24 Feb 2010 14:26:57 +0100 Subject: [PATCH] oleaut32/tests: Remove incorrect test. This test is crashing on some systems. --- 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 6f2fcd9e4e1..d1a5df04545 100644 --- a/dlls/oleaut32/tests/typelib.c +++ b/dlls/oleaut32/tests/typelib.c @@ -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);