summaryrefslogtreecommitdiffstats
path: root/tests/util.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-12 22:48:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-12 22:48:17 (GMT)
commit440ee6251d8d7ba01d8bc5f4b013d9488baebe58 (patch)
tree0bfd36d33dc4de45dfd1c0dabb1fcbeb07fda76a /tests/util.test
parent467dc720723d083a696ff01eb02a14e71cc28b58 (diff)
downloadtcl-440ee6251d8d7ba01d8bc5f4b013d9488baebe58.zip
tcl-440ee6251d8d7ba01d8bc5f4b013d9488baebe58.tar.gz
tcl-440ee6251d8d7ba01d8bc5f4b013d9488baebe58.tar.bz2
Corrected duplication of test names
Diffstat (limited to 'tests/util.test')
-rw-r--r--tests/util.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/util.test b/tests/util.test
index 99419c5..da243cd 100644
--- a/tests/util.test
+++ b/tests/util.test
@@ -7,7 +7,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: util.test,v 1.16 2005/05/10 18:35:25 kennykb Exp $
+# RCS: @(#) $Id: util.test,v 1.17 2005/05/12 22:48:18 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -1105,7 +1105,7 @@ test util-11.21 {Tcl_PrintDouble - scaling} {
test util-11.22 {Tcl_PrintDouble - scaling} {
expr 1.1e16
} {11000000000000000.0}
-test util-11.21 {Tcl_PrintDouble - scaling} {
+test util-11.23 {Tcl_PrintDouble - scaling} {
expr 1.1e17
} {1.1e+17}