summaryrefslogtreecommitdiffstats
path: root/tests/apply.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-28 15:10:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-28 15:10:36 (GMT)
commitfb3868da56eefe6d9e742897992fe979185e1cc1 (patch)
tree1a3bae094d1240b817cb8d813c8bdc94c90d8af4 /tests/apply.test
parentf145d5f091d380c580c0d4d6e662731d2b8bf1a2 (diff)
parent0df05b3515c7768e0691795986b9fa3bb6116c10 (diff)
downloadtcl-fb3868da56eefe6d9e742897992fe979185e1cc1.zip
tcl-fb3868da56eefe6d9e742897992fe979185e1cc1.tar.gz
tcl-fb3868da56eefe6d9e742897992fe979185e1cc1.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 ...?"}