diff options
| author | Mistivia <i@mistivia.com> | 2025-06-24 20:05:41 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-24 20:05:41 +0800 |
| commit | 7b50a2a3c6213d58f9e6a824e8d33c43f2dd9f60 (patch) | |
| tree | 2cce2d023aeafff685368f78809f8640a11a73b1 /tests/tailcall.lisp | |
| parent | a19d0c8bc99948af39b43cc8291abfa89e5a57f8 (diff) | |
fix tailcall bug
Diffstat (limited to 'tests/tailcall.lisp')
| -rw-r--r-- | tests/tailcall.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tailcall.lisp b/tests/tailcall.lisp index 4a3e480..7cfbf61 100644 --- a/tests/tailcall.lisp +++ b/tests/tailcall.lisp @@ -6,7 +6,7 @@ (defun is-odd (x) (is-even (- x 1))) -(assert (is-even 1024)) +(assert (is-even 2050)) (assert (is-even 10)) (assert (is-even 0)) (assert (is-odd 1)) |
