https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a17d32a373abc158e67d330c8235ab18634a6f5f

commit a17d32a373abc158e67d330c8235ab18634a6f5f
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Mon Jan 20 10:52:37 2025 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Wed Jan 22 13:38:18 2025 +0200

    [MSHTML_WINETEST] Fix crash of mshtml_winetest:activex
---
 modules/rostests/winetests/mshtml/activex.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/rostests/winetests/mshtml/activex.c 
b/modules/rostests/winetests/mshtml/activex.c
index 117becd79af..4d768378fc9 100644
--- a/modules/rostests/winetests/mshtml/activex.c
+++ b/modules/rostests/winetests/mshtml/activex.c
@@ -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);

Reply via email to