Commit bed6f9a9 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ieframe/tests: Fix todo_wine for tests that work now.

Those were fixed by typelib marshaling rewrite. Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent c0981736
......@@ -261,9 +261,6 @@ static void test_InternetExplorer(void)
return;
hres = IUnknown_QueryInterface(unk, &IID_IWebBrowser2, (void**)&wb);
#ifndef __i386__
todo_wine
#endif
ok(hres == S_OK, "Could not get IWebBrowser2 interface: %08x\n", hres);
if (hres != S_OK) {
IUnknown_Release(unk);
......
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