diff options
author | dgp <dgp@users.sourceforge.net> | 2011-09-21 21:45:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-09-21 21:45:54 (GMT) |
commit | e82d81e2a36cc9b0e6a0d3024f072ff8c588cc7f (patch) | |
tree | f337fcc5d41e6fd203f45e59d6048799f80b8cac /tests/thread.test | |
parent | 55d006f52db784e77fdc99b6bcaceeae689da92c (diff) | |
download | tcl-e82d81e2a36cc9b0e6a0d3024f072ff8c588cc7f.zip tcl-e82d81e2a36cc9b0e6a0d3024f072ff8c588cc7f.tar.gz tcl-e82d81e2a36cc9b0e6a0d3024f072ff8c588cc7f.tar.bz2 |
Revise the thread exit handling of the [testthread] command so that it
properly maintains the per-process data structures even when the thread
exits for reasons other than the [testthread exit] command.
Diffstat (limited to 'tests/thread.test')
-rw-r--r-- | tests/thread.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/thread.test b/tests/thread.test index e818388..732f5fd 100644 --- a/tests/thread.test +++ b/tests/thread.test @@ -70,7 +70,6 @@ test thread-1.5 {Tcl_ThreadObjCmd: thread create one shot} {thread} { set l } {1} test thread-1.6 {Tcl_ThreadObjCmd: thread exit} {thread} { - threadReap thread::create {{*}{}} update after 10 |