summaryrefslogtreecommitdiffstats
path: root/tests/mathop.test
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-01-25 13:05:55 (GMT)
committersebres <sebres@users.sourceforge.net>2019-01-25 13:05:55 (GMT)
commit4a9e46ab99089e0c1b6824078a5a460fd7529709 (patch)
tree020158360e725a7b93a2f7648cd43bcfe20a91b3 /tests/mathop.test
parent2eaeb737425a3b4a3ef929f1ede4181a30036a50 (diff)
downloadtcl-4a9e46ab99089e0c1b6824078a5a460fd7529709.zip
tcl-4a9e46ab99089e0c1b6824078a5a460fd7529709.tar.gz
tcl-4a9e46ab99089e0c1b6824078a5a460fd7529709.tar.bz2
renumeration of test
Diffstat (limited to 'tests/mathop.test')
-rw-r--r--tests/mathop.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mathop.test b/tests/mathop.test
index 9deba8f..a1a3f80 100644
--- a/tests/mathop.test
+++ b/tests/mathop.test
@@ -1246,7 +1246,7 @@ test mathop-25.40 { exp operator (small exponent power helper and its boundaries
while {[incr pwr] <= 17 && [set i [TestOp ** 15 $pwr]] == [set res [expr {$res * 15}]]} {}
list [incr pwr -1] $res
} {17 98526125335693359375}
-test mathop-25.37 { exp operator errors } {
+test mathop-25.41 { exp operator errors } {
set res {}
set exp {}