Browse Source

* remove readln

git-svn-id: trunk@47460 -
florian 4 years ago
parent
commit
28bdb364f0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/webtbs/tw38058.pp

+ 0 - 1
tests/webtbs/tw38058.pp

@@ -67,5 +67,4 @@ begin
   Elems:=TConverter.Convert([my_a,my_c,my_e]);
   Elems:=TConverter.Convert([my_a,my_c,my_e]);
   for Elem in Elems do
   for Elem in Elems do
     write(Elem);
     write(Elem);
-  readln;
 end.
 end.