Skip to content

Commit

Permalink
[MSHTML_WINETEST] Fix crash of mshtml_winetest:activex
Browse files Browse the repository at this point in the history
  • Loading branch information
tkreuzer committed Jan 20, 2025
1 parent 0a0f49f commit 8d02441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/rostests/winetests/mshtml/activex.c
Original file line number Diff line number Diff line change
Expand Up @@ -2434,6 +2434,7 @@ static void test_flash_ax(void)
skip("Skipping test_ui_activate(). ROSTESTS-114.\n");
skip("Skipping test_container(notif_doc). ROSTESTS-114.\n");
skip("Skipping test_object_elem(notif_doc). ROSTESTS-114.\n");
return;
}

IOleClientSite_AddRef(client_site);
Expand Down

0 comments on commit 8d02441

Please sign in to comment.