diff options
Diffstat (limited to 'tests/util.test')
-rw-r--r-- | tests/util.test | 4 |
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} |