diff options
author | dgp <dgp@users.sourceforge.net> | 2014-05-06 13:56:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-05-06 13:56:29 (GMT) |
commit | 0fc3bdcc7e6bd2903a1e84017073bf39dff8a3ad (patch) | |
tree | fa61f6d0b9e13e6360d0df2d9abb116cbb1768d7 /tests | |
parent | 7d27109da91753ce0ed031d0c7c3eb095b0b7fed (diff) | |
download | tcl-0fc3bdcc7e6bd2903a1e84017073bf39dff8a3ad.zip tcl-0fc3bdcc7e6bd2903a1e84017073bf39dff8a3ad.tar.gz tcl-0fc3bdcc7e6bd2903a1e84017073bf39dff8a3ad.tar.bz2 |
Have to manage the lifetime of the self handle in testchannel transform.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/iogt.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/iogt.test b/tests/iogt.test index abe4246..d4291b3 100644 --- a/tests/iogt.test +++ b/tests/iogt.test @@ -683,7 +683,6 @@ test iogt-2.5 {basic I/O, mixed trail} {testchannel} { flush $fh testchannel unstack $fh close $fh - set x } {} test iogt-3.0 {Tcl_Channel valid after stack/unstack, fevent handling} \ |