mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 11:39:33 +02:00
* Cleanup on exit.
git-svn-id: trunk@23618 -
This commit is contained in:
parent
eae9c8df3c
commit
9ef9c395c6
@ -41,5 +41,6 @@ begin
|
||||
AssertTrue(PassException);
|
||||
|
||||
end;
|
||||
FreeDBConnector;
|
||||
end.
|
||||
|
||||
|
@ -45,4 +45,5 @@ begin
|
||||
post;
|
||||
AssertTrue(PassException);
|
||||
end;
|
||||
FreeDBConnector;
|
||||
end.
|
||||
|
@ -45,6 +45,7 @@ begin
|
||||
if DateFloat<>0 then Halt(1);
|
||||
|
||||
Db1.Free;
|
||||
DeleteFile('testdatestr.dbf');
|
||||
end.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user