소스 검색

* remove readln;

git-svn-id: trunk@1493 -
peter 20 년 전
부모
커밋
0723391a8b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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.