summaryrefslogtreecommitdiffstats
path: root/tests/apply.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2020-11-01 14:25:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2020-11-01 14:25:49 (GMT)
commitb7efdfe9bc03114b633073ed9d4423e4f88582c5 (patch)
treedef8a718bfc5e1ea62892acbdad2afda27b07a3b /tests/apply.test
parent63855497af431a6ee84d67b62ade8694485d76c9 (diff)
parent3b0ee42270085b039b75e2e27a3a145399a1bfac (diff)
downloadtcl-b7efdfe9bc03114b633073ed9d4423e4f88582c5.zip
tcl-b7efdfe9bc03114b633073ed9d4423e4f88582c5.tar.gz
tcl-b7efdfe9bc03114b633073ed9d4423e4f88582c5.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 ...?"}