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