diff options
author | kennykb <kennykb@noemail.net> | 2005-08-29 16:38:36 (GMT) |
---|---|---|
committer | kennykb <kennykb@noemail.net> | 2005-08-29 16:38:36 (GMT) |
commit | 5ea44f66e2b89257cd532c8a677673a15cb3b643 (patch) | |
tree | 1e522c6e4366bba01f985690cb334ce0373f8322 | |
parent | f5635f2e3c4a45b8b273c2d9e6bcc340fb1cb6a6 (diff) | |
download | tcl-5ea44f66e2b89257cd532c8a677673a15cb3b643.zip tcl-5ea44f66e2b89257cd532c8a677673a15cb3b643.tar.gz tcl-5ea44f66e2b89257cd532c8a677673a15cb3b643.tar.bz2 |
fix test case numbering
FossilOrigin-Name: ff06a0c77b711dc26b6777dee785060b18f66b50
-rw-r--r-- | tests/expr.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/expr.test b/tests/expr.test index af9b55c..ddbbc1f 100644 --- a/tests/expr.test +++ b/tests/expr.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: expr.test,v 1.17.2.6 2005/08/29 16:37:45 kennykb Exp $ +# RCS: @(#) $Id: expr.test,v 1.17.2.7 2005/08/29 16:38:36 kennykb Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -887,7 +887,7 @@ test expr-39.11 {round() boundary case - -1/2 - 1 ulp} { } expr {round($x)} } -1 -test expr-39.10 {round() boundary case - -1/2 + 1 ulp} { +test expr-39.12 {round() boundary case - -1/2 + 1 ulp} { set x -0.25 set bit 0.125 while 1 { |