diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-18 22:14:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-18 22:14:24 (GMT) |
commit | ec4d7da07dc725f100fb8d1ef0421b352ddd6b96 (patch) | |
tree | aa67aa3977994858415d64ba546b6c53aa9c97c6 /tests | |
parent | c92353bea97dda2c6b840f308c549492629f9698 (diff) | |
download | tcl-ec4d7da07dc725f100fb8d1ef0421b352ddd6b96.zip tcl-ec4d7da07dc725f100fb8d1ef0421b352ddd6b96.tar.gz tcl-ec4d7da07dc725f100fb8d1ef0421b352ddd6b96.tar.bz2 |
enlarge a few small buffers, which could overflow using Unicode characters > /UFFFF. Eliminate some end-of-line spacing
Diffstat (limited to 'tests')
-rw-r--r-- | tests/util.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.test b/tests/util.test index a4cb8c5..2b2ceb2 100644 --- a/tests/util.test +++ b/tests/util.test @@ -4130,7 +4130,7 @@ test util-18.12 {Tcl_ObjPrintf} {testprint} { } {65537 65537} if {[catch {set ::tcl_precision $saved_precision}]} { - unset ::tcl_precision + unset ::tcl_precision } # cleanup |