diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-11 08:54:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-11 08:54:09 (GMT) |
commit | c42232d2a15a091543947a08d7d45379d19bbfb4 (patch) | |
tree | 336ad1e2c93d9b26b92b6ad0c79c268af20692e9 /tests | |
parent | 5245e701247fd4691c197151b9551c65e2af0213 (diff) | |
download | tcl-c42232d2a15a091543947a08d7d45379d19bbfb4.zip tcl-c42232d2a15a091543947a08d7d45379d19bbfb4.tar.gz tcl-c42232d2a15a091543947a08d7d45379d19bbfb4.tar.bz2 |
Correction to comment in re key buffer size.bug_3603553
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zlib.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zlib.test b/tests/zlib.test index 96914ca..c469eea 100644 --- a/tests/zlib.test +++ b/tests/zlib.test @@ -368,7 +368,7 @@ test zlib-8.15 {transformtion and fconfigure} -setup { } -result {358 358} test zlib-8.16 {Bug 3603553: buffer transfer with large writes} -setup { # Actual data isn't very important; needs to be substantially larger than - # the internal buffer (8kB) and incompressible. + # the internal buffer (32kB) and incompressible. set largeData {} for {set i 0;expr srand(1)} {$i < 100000} {incr i} { append largeData [lindex "a b c d e f g h i j k l m n o p" \ |