mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
* fixed test
git-svn-id: trunk@13361 -
This commit is contained in:
parent
04402dd6cc
commit
ea4d5a74c2
@ -45,7 +45,11 @@ begin
|
|||||||
c.EndUpdate;
|
c.EndUpdate;
|
||||||
end;
|
end;
|
||||||
writeln('updates: ', update_counter);
|
writeln('updates: ', update_counter);
|
||||||
c.Free;
|
|
||||||
if update_counter<>1 then
|
if update_counter<>1 then
|
||||||
Halt(1);
|
begin
|
||||||
|
c.Free;
|
||||||
|
Halt(1);
|
||||||
|
end;
|
||||||
|
c.Free;
|
||||||
|
writeln('ok');
|
||||||
end.
|
end.
|
Loading…
Reference in New Issue
Block a user