diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2017-04-25 19:32:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2017-04-25 19:32:46 (GMT) |
commit | 1aa76f11131f03e095b8df149e4f8ba406c88cde (patch) | |
tree | 4224a3ad4f5a191a02fc1e46101b214d87107adf /tests | |
parent | fa02e7f947236f2d780798ba13956209e355036e (diff) | |
download | tcl-bug_50750c735a.zip tcl-bug_50750c735a.tar.gz tcl-bug_50750c735a.tar.bz2 |
[50750c735a] Fix for uninit memory handling issue in zlib transforms.bug_50750c735a
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 9f06eb1..c2f7825 100644 --- a/tests/zlib.test +++ b/tests/zlib.test @@ -1004,7 +1004,7 @@ test zlib-12.2 {Patrick Dunnigan's issue} -constraints zlib -setup { } -cleanup { removeFile $filesrc removeFile $filedst -} -result 4152 +} -result 56 ::tcltest::cleanupTests return |