mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +02:00
* more precise test as suggested here: 876ae56158 (note_921869640)
This commit is contained in:
parent
876ae56158
commit
3fac399683
@ -15,7 +15,7 @@ begin
|
||||
writeln(Pair.Key);
|
||||
inc(count);
|
||||
end;
|
||||
if count=0 then
|
||||
if count<>2 then
|
||||
halt(1);
|
||||
Map.Free;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user