Explorar el Código

Merged revisions 1493 via svnmerge from
http://[email protected]/svn/fpc/trunk

r1493 (peter)
* remove readln;

git-svn-id: branches/fixes_2_0@1522 -

peter hace 20 años
padre
commit
4dd5296e18
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tests/webtbs/tw4239.pp

+ 0 - 1
tests/webtbs/tw4239.pp

@@ -17,5 +17,4 @@ begin
   setlength(myproc,1);
   MyProc[0]:=@testing;
   MyProc[0]('Test me');
-  readln; //watch for error on close
 end.