Commit 33809d2b authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mshtml/tests: Add missing return value test (PVS-Studio).

parent ad88407c
......@@ -5627,6 +5627,7 @@ static void test_plugins_col(IHTMLDocument2 *doc)
window = get_doc_window(doc);
hres = IHTMLWindow2_get_navigator(window, &nav);
ok(hres == S_OK, "get_navigator failed: %08x\n", hres);
IHTMLWindow2_Release(window);
hres = IOmNavigator_get_plugins(nav, &col);
......
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