瀏覽代碼

* 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.