summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
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)
commit78fea2db721429cce261b5621f85f6f7390ece78 (patch)
treedd3b793def0b1b367c4d303b291711cdfd10aabb /tests/dict.test
parentd7e8121f06c97858ffc59cd2582190e33f7438ca (diff)
downloadtcl-78fea2db721429cce261b5621f85f6f7390ece78.zip
tcl-78fea2db721429cce261b5621f85f6f7390ece78.tar.gz
tcl-78fea2db721429cce261b5621f85f6f7390ece78.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.
Diffstat (limited to 'tests/dict.test')
-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