diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/round1.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/round1.test b/test/round1.test index 2244a399a..2857593be 100644 --- a/test/round1.test +++ b/test/round1.test @@ -34,8 +34,8 @@ for {set iTest 1} {$iTest<=50000} {incr iTest} { set r2 $x1.$x4 set ans [string trimright $r2 0] if {[string match *. $ans]} {set ans ${ans}0} - do_test $iTest/$n/${r}5=>$ans { - set x [db one "SELECT round(${r}5,$n)"] + do_test $iTest/$n/${r}6=>$ans { + set x [db one "SELECT round(${r}6,$n)"] } $ans } |