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 | 5e260a31232a7b9acdfe574c22be589295eeb538 (patch) | |
tree | f337fcc5d41e6fd203f45e59d6048799f80b8cac /tests/thread.test | |
parent | 4ec3631d65bef4d3c70372c4273e892f89cf03f7 (diff) | |
download | tcl-5e260a31232a7b9acdfe574c22be589295eeb538.zip tcl-5e260a31232a7b9acdfe574c22be589295eeb538.tar.gz tcl-5e260a31232a7b9acdfe574c22be589295eeb538.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 |