diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 15:52:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 15:52:01 (GMT) |
commit | f6267e419bf42df455547a593d64ed0c00d91e37 (patch) | |
tree | eb38de0d823f5f75d6bdd9f0c3f479502c434b86 /tests/cmdMZ.test | |
parent | 1d93c3f0ba078ca4e80b45b70ad9ae3ea2009286 (diff) | |
parent | c3778c70835699a5d35bf43b3822e8cb55942ace (diff) | |
download | tcl-f6267e419bf42df455547a593d64ed0c00d91e37.zip tcl-f6267e419bf42df455547a593d64ed0c00d91e37.tar.gz tcl-f6267e419bf42df455547a593d64ed0c00d91e37.tar.bz2 |
Merge 8.6.
Fix compilation warning. No longer return linked adress as interp result in Tcl_LinkArra(): This is not documented, not tested, and simply dangerous: It leaks pointer values into the Tcl space.
Diffstat (limited to 'tests/cmdMZ.test')
-rw-r--r-- | tests/cmdMZ.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test index 1ad45e7..2c2d51c 100644 --- a/tests/cmdMZ.test +++ b/tests/cmdMZ.test @@ -316,7 +316,7 @@ test cmdMZ-4.13 {Tcl_SplitObjCmd: basic split commands} { # The tests for Tcl_SubstObjCmd are in subst.test # The tests for Tcl_SwitchObjCmd are in switch.test -# todo: rewrite this if monotonic clock is provided resp. command "after" +# todo: rewrite this if monotonic clock is provided resp. command "after" # gets microsecond accuracy (RFE [fdfbd5e10] gets merged): proc _nrt_sleep {msec} { set usec [expr {$msec * 1000}] |