summaryrefslogtreecommitdiffstats
path: root/tests/apply.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-05 17:06:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-05 17:06:22 (GMT)
commitcccc07aa2829b401bc101caeb9890a7e876081a2 (patch)
tree620ee207ede848ef890070313145c275721cb615 /tests/apply.test
parent263312727f8fc4187995ed52540370d6b0589143 (diff)
parent3b0ee42270085b039b75e2e27a3a145399a1bfac (diff)
downloadtcl-cccc07aa2829b401bc101caeb9890a7e876081a2.zip
tcl-cccc07aa2829b401bc101caeb9890a7e876081a2.tar.gz
tcl-cccc07aa2829b401bc101caeb9890a7e876081a2.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/apply.test')
-rw-r--r--tests/apply.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apply.test b/tests/apply.test
index 227d3c1..8696245 100644
--- a/tests/apply.test
+++ b/tests/apply.test
@@ -25,7 +25,7 @@ testConstraint memory [llength [info commands memory]]
# Tests for wrong number of arguments
-test apply-1.1 {too few arguments} -returnCodes error -body {
+test apply-1.1 {not enough arguments} -returnCodes error -body {
apply
} -result {wrong # args: should be "apply lambdaExpr ?arg ...?"}