summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-06-10 19:50:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-06-10 19:50:03 (GMT)
commit3716148be649380b65f5c3f646578f1bbd77af49 (patch)
treee68890dae00377bcc12ec59ae51b22755d62dc6f
parent8137a6d20a307d4be557a5191a5d204422cd5f72 (diff)
downloadtcl-3716148be649380b65f5c3f646578f1bbd77af49.zip
tcl-3716148be649380b65f5c3f646578f1bbd77af49.tar.gz
tcl-3716148be649380b65f5c3f646578f1bbd77af49.tar.bz2
update test
-rw-r--r--tests/info.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/info.test b/tests/info.test
index c6f3108..ce51523 100644
--- a/tests/info.test
+++ b/tests/info.test
@@ -655,7 +655,7 @@ test info-19.6 {info vars: Bug 1072654} -setup {
namespace delete x
} -result {}
-set functions {abs acos asin atan atan2 bool ceil cos cosh double entier exp floor fmod hypot int isqrt log log10 max min pow rand round sin sinh sqrt srand tan tanh wide}
+set functions {abs acos asin atan atan2 bool ceil cos cosh double entier exp floor fmod hypot int isfinite isinf isnan isnormal isqrt issubnormal isunordered log log10 max min pow rand round sin sinh sqrt srand tan tanh wide}
# Check whether the extra testing functions are defined...
if {!([catch {expr T1()} msg] && ($msg eq {invalid command name "tcl::mathfunc::T1"}))} {
set functions "T1 T2 T3 $functions" ;# A lazy way of prepending!