summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-05-09 03:51:33 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-05-09 03:51:33 (GMT)
commiteb786b2faa88e5ee66c9c16e8557374c46d5aa12 (patch)
treedd3b793def0b1b367c4d303b291711cdfd10aabb
parent1ed1ab70d37af3b2a91ba7c38e667f5e90e90b54 (diff)
downloadtcl-eb786b2faa88e5ee66c9c16e8557374c46d5aa12.zip
tcl-eb786b2faa88e5ee66c9c16e8557374c46d5aa12.tar.gz
tcl-eb786b2faa88e5ee66c9c16e8557374c46d5aa12.tar.bz2
* tests/dict.test (dict-19.2): Corrected a bug where
the test was changed to use [apply] instead of a temporary proc, but the cleanup script still attempted to delete the temporary proc.
-rw-r--r--tests/dict.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dict.test b/tests/dict.test
index a9fee8c..d3373e2 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.28 2008/05/09 03:44:23 kennykb Exp $
+# RCS: @(#) $Id: dict.test,v 1.29 2008/05/09 03:51:33 kennykb Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2