mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 00:01:13 +02:00
* more info on memory holes
This commit is contained in:
parent
68952b80b0
commit
fa934bd43f
@ -769,8 +769,11 @@ begin
|
||||
if i<>2 then
|
||||
do_error(1119);
|
||||
|
||||
if memavail<>startmemavail then
|
||||
do_error(99999);
|
||||
if memavail<startmemavail then
|
||||
begin
|
||||
writeln('exception generates memory holes');
|
||||
do_error(99999);
|
||||
end;
|
||||
writeln('Test successfully passed');
|
||||
halt(0);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user