diff options
Diffstat (limited to 'tests/dict.test')
-rw-r--r-- | tests/dict.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dict.test b/tests/dict.test index 3917404..a9fee8c 100644 --- a/tests/dict.test +++ b/tests/dict.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: dict.test,v 1.27 2008/05/07 13:17:49 dkf Exp $ +# RCS: @(#) $Id: dict.test,v 1.28 2008/05/09 03:44:23 kennykb Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -924,7 +924,7 @@ test dict-19.2 {dict: testing for leaks} -setup { } -cleanup { unset -nocomplain end i tmp rename getbytes {} - rename stress {} +# rename stress {} } -result 0 test dict-20.1 {dict merge command} { |