aboutsummaryrefslogtreecommitdiff
path: root/tests/expr-pow.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expr-pow.test')
-rw-r--r--tests/expr-pow.test6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/expr-pow.test b/tests/expr-pow.test
index 6389b79..9efcebd 100644
--- a/tests/expr-pow.test
+++ b/tests/expr-pow.test
@@ -15,11 +15,7 @@
source [file dirname [info script]]/testing.tcl
# Jim Tcl may have no math functions, and may not have specific math functions
-if {[catch {expr pow(1,0)}]} {
- testConstraint pow 0
-} else {
- testConstraint pow 1
-}
+constraint eval pow {expr pow(1,0)}
# Tests for exponentiation handling
test expr-23.1 {CompileExponentialExpr: just exponential expr} {expr 4**2} 16