Commit 0fc80c7d authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

shell32/tests: Don't outdent todo_wine*.

This prevents -Wmisleading-indentation warnings (Mingw GCC11). Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 231ecf85
......@@ -1146,7 +1146,7 @@ static void test_ShellWindows(void)
IDispatch_Release(app);
hr = IWebBrowser2_get_Document(wb, &doc);
todo_wine
todo_wine
ok(hr == S_OK, "got 0x%08x\n", hr);
if (hr == S_OK) {
test_dispatch_typeinfo(doc, viewdual_riids);
......
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