1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

user32/tests: Add missing winetest_pop_context.

This commit is contained in:
Rémi Bernon 2024-03-22 12:09:10 +01:00 committed by Alexandre Julliard
parent a71223eed9
commit be62646098

View file

@ -3953,6 +3953,7 @@ static void test_SendInput_mouse_messages(void)
if (broken(!ret)) /* broken on Win7 probably because of the separate desktop */
{
win_skip("Skipping broken SetLayeredWindowAttributes tests\n");
winetest_pop_context();
DestroyWindow( other );
break;
}