* remove cmem

git-svn-id: trunk@568 -
This commit is contained in:
peter 2005-07-03 13:51:12 +00:00
parent 0eadf16db9
commit c895e05100

View File

@ -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.