ieframe/tests: Fix todo_wine for tests that work now.
Those were fixed by typelib marshaling rewrite. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c098173670
commit
bed6f9a9c7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue