Browse Source

* Improved output

florian 22 years ago
parent
commit
c37cdcf4e8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/test/texception1.pp

+ 2 - 1
tests/test/texception1.pp

@@ -170,7 +170,8 @@ Procedure Finish;
 
 begin
   Writeln;
-  Write ('Finished.');
+  Writeln ('Finished.');
+  writeln;
   { Press enter to continue.');
   Readln; tests/test/test... must be non interactive !! PM }
 end;