mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[MSHTML_WINETEST] Fix crash of mshtml_winetest:activex
This commit is contained in:
parent
6b3406e630
commit
a17d32a373
1 changed files with 1 additions and 0 deletions
|
@ -2434,6 +2434,7 @@ static void test_flash_ax(void)
|
||||||
skip("Skipping test_ui_activate(). ROSTESTS-114.\n");
|
skip("Skipping test_ui_activate(). ROSTESTS-114.\n");
|
||||||
skip("Skipping test_container(notif_doc). ROSTESTS-114.\n");
|
skip("Skipping test_container(notif_doc). ROSTESTS-114.\n");
|
||||||
skip("Skipping test_object_elem(notif_doc). ROSTESTS-114.\n");
|
skip("Skipping test_object_elem(notif_doc). ROSTESTS-114.\n");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
IOleClientSite_AddRef(client_site);
|
IOleClientSite_AddRef(client_site);
|
||||||
|
|
Loading…
Reference in a new issue