summaryrefslogtreecommitdiffstats
path: root/tests/compExpr-old.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-26 16:17:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-26 16:17:54 (GMT)
commitff4d10ce27761ddd1198159b6000f0194cd35c2c (patch)
treeefc551e92c5378671aab2bdea5e658275327642f /tests/compExpr-old.test
parent3a13b3b940216a3791902631b76202e243d7a52e (diff)
parent6e6d624ec313279bd797e6db63464f8b3f215e1e (diff)
downloadtcl-ff4d10ce27761ddd1198159b6000f0194cd35c2c.zip
tcl-ff4d10ce27761ddd1198159b6000f0194cd35c2c.tar.gz
tcl-ff4d10ce27761ddd1198159b6000f0194cd35c2c.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/compExpr-old.test')
-rw-r--r--tests/compExpr-old.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/compExpr-old.test b/tests/compExpr-old.test
index e1f1e5b..6f43bc2 100644
--- a/tests/compExpr-old.test
+++ b/tests/compExpr-old.test
@@ -577,13 +577,13 @@ test compExpr-old-15.3 {CompileMathFuncCall: too many arguments} -body {
test compExpr-old-15.4 {CompileMathFuncCall: ')' found before last required arg} -body {
catch {expr sin()} msg
set ::errorInfo
-} -match glob -result {too few arguments for math function*
+} -match glob -result {not enough arguments for math function*
while *ing
"expr sin()"}
-test compExpr-old-15.5 {CompileMathFuncCall: too few arguments} -body {
+test compExpr-old-15.5 {CompileMathFuncCall: not enough arguments} -body {
catch {expr pow(1)} msg
set ::errorInfo
-} -match glob -result {too few arguments for math function*
+} -match glob -result {not enough arguments for math function*
while *ing
"expr pow(1)"}
test compExpr-old-15.6 {CompileMathFuncCall: missing ')'} -body {