Commit a067ceb5 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

ieframe/tests: Mark an IE test as todo on x64 and ARM.

parent 44f787ed
......@@ -261,6 +261,9 @@ 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