From ec53fdf45ae64d2b9e94a08fba9baf8ce09b440d Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 22 Sep 2016 07:50:08 +0000 Subject: [PATCH] * 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 - --- tests/webtbs/tw11006.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webtbs/tw11006.pp b/tests/webtbs/tw11006.pp index 2cf9298760..645fa08c04 100644 --- a/tests/webtbs/tw11006.pp +++ b/tests/webtbs/tw11006.pp @@ -26,7 +26,7 @@ end; procedure tmythread.execute; begin sleep(60); - writeln('done'); +// writeln('done'); end; var