Rémi Bernon (@rbernon) commented about dlls/user32/tests/win.c:
ok(!app_activated, "Received WM_ACTIVATEAPP(1), did not expect it.\n"); ok(!app_deactivated, "Received WM_ACTIVATEAPP(0), did not expect it.\n");
- DestroyWindow(window2);
- if (winetest_interactive)
IMO interactive tests aren't useful as they will very rarely get executed, if executed at all.