mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 19:50:26 +02:00
* Delete the test.xml file on exit.
git-svn-id: trunk@48379 -
(cherry picked from commit 31135b3890
)
This commit is contained in:
parent
794c4a3b0e
commit
37bce2fcbe
@ -39,6 +39,7 @@ end;
|
||||
procedure TTestXMLRegistry.TearDown;
|
||||
begin
|
||||
FreeAndNil(FXMLReg);
|
||||
DeleteFile('test.xml');
|
||||
inherited TearDown;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user