mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 01:31:28 +02:00
* remove cmem
git-svn-id: trunk@568 -
This commit is contained in:
parent
0eadf16db9
commit
c895e05100
@ -2,7 +2,7 @@
|
|||||||
{$h+}
|
{$h+}
|
||||||
program testsuite;
|
program testsuite;
|
||||||
|
|
||||||
uses cmem,utests;
|
uses utests;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
App : TTestSuite;
|
App : TTestSuite;
|
||||||
@ -16,4 +16,4 @@ begin
|
|||||||
Finally
|
Finally
|
||||||
App.Free;
|
App.Free;
|
||||||
end;
|
end;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user