localspl/tests: Remove tempfile after running the tests.

This commit is contained in:
Paul Vriens 2007-03-06 18:47:28 +01:00 committed by Alexandre Julliard
parent c23bf488b3
commit 0646dfa58f

View File

@ -1043,4 +1043,7 @@ START_TEST(localmon)
test_XcvDataPort_MonitorUI();
test_XcvDataPort_PortIsValid();
test_XcvOpenPort();
/* Cleanup our temporary file */
DeleteFileW(tempfileW);
}