summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-19 16:39:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-19 16:39:09 (GMT)
commit9c1dcb7e7bc68176305cca1d51cbba6e25a82e61 (patch)
tree80034baba5e713b7f51430eb361f6c2ad68d345a /tests/chanio.test
parent4c3eee25219acee5f720c525c30bc0c7d57c0c30 (diff)
parentb6c5d8274c62b2e355d45b6b0e824c276f97ff8a (diff)
downloadtcl-9c1dcb7e7bc68176305cca1d51cbba6e25a82e61.zip
tcl-9c1dcb7e7bc68176305cca1d51cbba6e25a82e61.tar.gz
tcl-9c1dcb7e7bc68176305cca1d51cbba6e25a82e61.tar.bz2
Fix [7be97a6859]: Reviewing chan.n changes
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 6173d0d..e95a0ca 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -5505,10 +5505,10 @@ test chan-io-40.16 {verify no tilde substitution in open} -setup {
test chan-io-41.1 {Tcl_FileeventCmd: errors} -constraints fileevent -body {
chan event foo
-} -returnCodes error -result {wrong # args: should be "chan event channelId event ?script?"}
+} -returnCodes error -result {wrong # args: should be "chan event channel event ?script?"}
test chan-io-41.2 {Tcl_FileeventCmd: errors} -constraints fileevent -body {
chan event foo bar baz q
-} -returnCodes error -result {wrong # args: should be "chan event channelId event ?script?"}
+} -returnCodes error -result {wrong # args: should be "chan event channel event ?script?"}
test chan-io-41.3 {Tcl_FileeventCmd: errors} -constraints fileevent -body {
chan event gorp readable
} -returnCodes error -result {can not find channel named "gorp"}