소스 검색

* don't try to write using standard I/O from a thread while the program is
shutting down, that can fail
o the test will still fail because the tthread shutdown code itself in
the classes unit cannot handle running while a program is quitting,
and that should be fixed (exposed by r34456)

git-svn-id: trunk@34554 -

Jonas Maebe 9 년 전
부모
커밋
ec53fdf45a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/webtbs/tw11006.pp

+ 1 - 1
tests/webtbs/tw11006.pp

@@ -26,7 +26,7 @@ end;
 procedure tmythread.execute;
 begin
   sleep(60);
-  writeln('done');
+//  writeln('done');
 end;
 
 var