From: Guillaume Charifi Subject: [3/3] oleaut32: Remove todo_wine Message-Id: <32884883.953577.1407768349978.JavaMail.www@wsfrf1213> Date: Mon, 11 Aug 2014 16:43:41 +0200 (CEST) ---  dlls/oleaut32/tests/typelib.c 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) ---
 dlls/oleaut32/tests/typelib.c 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/oleaut32/tests/typelib.c b/dlls/oleaut32/tests/typelib.c index 0df4f41..20390bc 100644 --- a/dlls/oleaut32/tests/typelib.c +++ b/dlls/oleaut32/tests/typelib.c @@ -5538,7 +5538,7 @@ static void test_dep(void) { ok(hr == S_OK, "got: %x\n", hr); hr = ITypeInfo_GetRefTypeInfo(ptInfo, refType, &ptInfoExt); - todo_wine ok(hr == S_OK || broken(hr == TYPE_E_CANTLOADLIBRARY) /* win 2000 */, "got: %x\n", hr); + ok(hr == S_OK || broken(hr == TYPE_E_CANTLOADLIBRARY) /* win 2000 */, "got: %x\n", hr); ITypeInfo_Release(ptInfo); if(ptInfoExt)