mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
* Delete the test.xml file on exit.
git-svn-id: trunk@48379 -
This commit is contained in:
parent
e84fbcedac
commit
31135b3890
@ -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