diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-19 14:44:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-19 14:44:19 (GMT) |
commit | 49260f096b04c4fadf36fe575d1b43a4736e2ef2 (patch) | |
tree | 1fbffc66442e8bf4d0c23cc26d0704fd55d55ff4 /tests/io.test | |
parent | d75194b6b8eb36f322dbaa9d6f21cadddeaa4e70 (diff) | |
parent | 58583ac83fd364a825038d5dfcdaa7c75aca836b (diff) | |
download | tcl-49260f096b04c4fadf36fe575d1b43a4736e2ef2.zip tcl-49260f096b04c4fadf36fe575d1b43a4736e2ef2.tar.gz tcl-49260f096b04c4fadf36fe575d1b43a4736e2ef2.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/io.test')
-rw-r--r-- | tests/io.test | 2 |
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 |