From b28ca78703b600e8c1887fa87bb47eaae1ad5afc Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Mon, 29 Aug 2005 16:38:36 +0000 Subject: fix test case numbering --- tests/expr.test | 4 ++-- 1 file 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 { -- cgit v0.12