mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 00:46:02 +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;
|
||||
end;
|
||||
writeln('updates: ', update_counter);
|
||||
c.Free;
|
||||
if update_counter<>1 then
|
||||
begin
|
||||
c.Free;
|
||||
Halt(1);
|
||||
end;
|
||||
c.Free;
|
||||
writeln('ok');
|
||||
end.
|
Loading…
Reference in New Issue
Block a user