~ chicken-core (chicken-5) f5ef2ee41b29700eb222658ff36a0c31aff3172e
commit f5ef2ee41b29700eb222658ff36a0c31aff3172e Author: Peter Bex <peter@more-magic.net> AuthorDate: Tue Sep 27 20:11:02 2016 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Tue Sep 27 20:11:02 2016 +0200 Fix description of test (thanks to Arthur Maciel for pointing this out) diff --git a/tests/apply-test.scm b/tests/apply-test.scm index 44a4b453..eb9dd915 100644 --- a/tests/apply-test.scm +++ b/tests/apply-test.scm @@ -49,4 +49,4 @@ (lambda (i) `(,proc ,@(list-tabulate (- end i) add1)))))))))) (invoke-directly foo 50 50 "Lower edge case") - (invoke-directly foo 50 2000 "Lower edge case")) + (invoke-directly foo 50 2000 "Higher edge case"))Trap