mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
localspl/tests: Remove tempfile after running the tests.
This commit is contained in:
parent
c23bf488b3
commit
0646dfa58f
@ -1043,4 +1043,7 @@ START_TEST(localmon)
|
||||
test_XcvDataPort_MonitorUI();
|
||||
test_XcvDataPort_PortIsValid();
|
||||
test_XcvOpenPort();
|
||||
|
||||
/* Cleanup our temporary file */
|
||||
DeleteFileW(tempfileW);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user