summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 13:51:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 13:51:28 (GMT)
commitee7499c2e3ad1818ced2a7f1dc7c11f9ad9d69c6 (patch)
treedfafb7a18a35526533cf971a0dcc112da3edc2a1 /tests/chanio.test
parent3bfb46688df438a9f547a3e56a44639bd66905c2 (diff)
downloadtcl-ee7499c2e3ad1818ced2a7f1dc7c11f9ad9d69c6.zip
tcl-ee7499c2e3ad1818ced2a7f1dc7c11f9ad9d69c6.tar.gz
tcl-ee7499c2e3ad1818ced2a7f1dc7c11f9ad9d69c6.tar.bz2
Fix comment (missing ticket ID)
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 9dad818..8115abb 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -1090,7 +1090,7 @@ test chan-io-7.2 {FilterInputBytes: split up character in middle of buffer} -bod
} -cleanup {
chan close $f
} -result {10 1234567890 0}
-# This testcase fails in "debug" builds. See: []
+# This testcase fails in "debug" builds. See: [5be203d6ca]
test chan-io-7.3 {FilterInputBytes: split up character at EOF} -setup {
set x ""
} -constraints {testchannel ndebug} -body {