mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
kernel32/tests: Don't forget to delete temporary manifest files.
This commit is contained in:
parent
57895e5a8c
commit
9703bee560
@ -2133,8 +2133,9 @@ todo_wine {
|
||||
}
|
||||
if (handle != INVALID_HANDLE_VALUE) pReleaseActCtx(handle);
|
||||
|
||||
delete_manifest_file("main.manifest");
|
||||
delete_manifest_file("main_wndcls.manifest");
|
||||
delete_manifest_file("testdep1.manifest");
|
||||
delete_manifest_file("testdep2.manifest");
|
||||
|
||||
/* ACTCTX_FLAG_HMODULE_VALID but hModule is not set */
|
||||
memset(&actctx, 0, sizeof(ACTCTXA));
|
||||
|
Loading…
Reference in New Issue
Block a user