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

shell32/tests: Mark a shell dispatch test as todo on x64 and ARM.

parent 1d49ceaa
......@@ -1025,6 +1025,9 @@ static void test_ShellWindows(void)
hr = CoCreateInstance(&CLSID_ShellWindows, NULL, CLSCTX_LOCAL_SERVER,
&IID_IShellWindows, (void**)&shellwindows);
#ifndef __i386__
todo_wine
#endif
ok(hr == S_OK, "got 0x%08x\n", hr);
/* TODO: remove when explorer startup with clean prefix is fixed */
if (hr != S_OK)
......
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