summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-19 14:44:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-19 14:44:19 (GMT)
commit49260f096b04c4fadf36fe575d1b43a4736e2ef2 (patch)
tree1fbffc66442e8bf4d0c23cc26d0704fd55d55ff4 /tests/io.test
parentd75194b6b8eb36f322dbaa9d6f21cadddeaa4e70 (diff)
parent58583ac83fd364a825038d5dfcdaa7c75aca836b (diff)
downloadtcl-49260f096b04c4fadf36fe575d1b43a4736e2ef2.zip
tcl-49260f096b04c4fadf36fe575d1b43a4736e2ef2.tar.gz
tcl-49260f096b04c4fadf36fe575d1b43a4736e2ef2.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/io.test')
-rw-r--r--tests/io.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test
index e26c97f..0ef3422 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -8752,7 +8752,7 @@ test io-73.1 {channel Tcl_Obj SetChannelFromAny} {} {
} {1}
test io-73.2 {channel Tcl_Obj SetChannelFromAny, bug 2407783} -setup {
- # Invalidate intrep of 'channel' Tcl_Obj when transiting between interpreters.
+ # Invalidate internalrep of 'channel' Tcl_Obj when transiting between interpreters.
set f [open [info script] r]
} -body {
interp create foo