mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 06:39:39 +02:00
* not interactive anymore
This commit is contained in:
parent
db50a13371
commit
3bd800d671
@ -169,8 +169,9 @@ Procedure Finish;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
Writeln;
|
Writeln;
|
||||||
Write ('Finished. Press enter to continue.');
|
Write ('Finished.');
|
||||||
Readln;
|
{ Press enter to continue.');
|
||||||
|
Readln; tests/test/test... must be non interactive !! PM }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user