diff options
Diffstat (limited to 'tests/apply.test')
-rw-r--r-- | tests/apply.test | 2 |
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 ...?"} |