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:
Jacek Caban 2018-11-13 15:05:13 +01:00 committed by Alexandre Julliard
parent c098173670
commit bed6f9a9c7

View file

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