diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-04 15:15:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-04 15:15:17 (GMT) |
commit | efa3f20107fd11d11b28c05948305af61885a33d (patch) | |
tree | 1ea01a2eecb8cc011121396613f75965a000dff3 /tests/chanio.test | |
parent | 654d14d706b3f2d084823945876a3df8f2de0abd (diff) | |
parent | ee793dfa1eadb249a50933784a47bacc5d63ca14 (diff) | |
download | tcl-efa3f20107fd11d11b28c05948305af61885a33d.zip tcl-efa3f20107fd11d11b28c05948305af61885a33d.tar.gz tcl-efa3f20107fd11d11b28c05948305af61885a33d.tar.bz2 |
Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.
Diffstat (limited to 'tests/chanio.test')
-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 c7c07ce..a0a2130 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -2724,7 +2724,7 @@ test chan-io-29.31 {Tcl_WriteChars, background flush} -setup { set result ok } # allow a little time for the background process to chan close. - # otherwise, the following test fails on the [file delete $path(output) + # otherwise, the following test fails on the [file delete $path(output)] # on Windows because a process still has the file open. after 100 set v 1; vwait v return $result |