diff options
author | dgp <dgp@users.sourceforge.net> | 2011-09-09 15:08:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-09-09 15:08:19 (GMT) |
commit | 4c4d1e2d836ca5b3c4f6c0f0b3df7514667a372e (patch) | |
tree | 8c8878047675dc4d3cf3805c62ec1deaed939e28 /tests | |
parent | 2ef078fcde8663a017bc1af6eb823f97ea9dda6a (diff) | |
download | tcl-4c4d1e2d836ca5b3c4f6c0f0b3df7514667a372e.zip tcl-4c4d1e2d836ca5b3c4f6c0f0b3df7514667a372e.tar.gz tcl-4c4d1e2d836ca5b3c4f6c0f0b3df7514667a372e.tar.bz2 |
Release the right thread! D'oh!
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chanio.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 6a8524c..fbc9854 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -7512,7 +7512,7 @@ test chan-io-70.1 {Transfer channel} -setup { set res }] } -cleanup { - thread::release + thread::release $tid removeFile cutsplice } -result {0 1 0} |