summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-16 09:20:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-16 09:20:59 (GMT)
commit60397b30ebab72df7bb81e4adc4e619535688f9a (patch)
treef5b41d27f06658eadbfa10dd1f3d014fc8960b21 /tests
parent20d003110702ca2961f1cf0b9bda3f7eb7a28256 (diff)
downloadtcl-60397b30ebab72df7bb81e4adc4e619535688f9a.zip
tcl-60397b30ebab72df7bb81e4adc4e619535688f9a.tar.gz
tcl-60397b30ebab72df7bb81e4adc4e619535688f9a.tar.bz2
Remove last traces of strtod() function, since it isn't used in Tcl any more.
Diffstat (limited to 'tests')
-rw-r--r--tests/expr.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expr.test b/tests/expr.test
index 59d96a1..bc01c03 100644
--- a/tests/expr.test
+++ b/tests/expr.test
@@ -729,7 +729,7 @@ test expr-18.1 {expr and conversion of operands to numbers} {
catch {expr int($x)}
expr {$x}
} 11
-test expr-18.2 {whitespace strings should not be == 0 (buggy strtod)} {
+test expr-18.2 {whitespace strings should not be == 0 (buggy strtol/strtoul)} {
expr {" "}
} { }