diff options
| author | Mistivia <i@mistivia.com> | 2025-06-24 01:42:43 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-24 01:42:54 +0800 |
| commit | 60b8cd0df3ed844ea5c77286ac27afff5b3c9b37 (patch) | |
| tree | ccfb1b302dc66a74240ad8ad043ac6212f7b47d4 /tests/tailcall.lisp | |
| parent | 53f91d1f31b0b4d53560dc2dbeb0e8e50eada2d0 (diff) | |
stack overflow check
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 1b39fb0..4a3e480 100644 --- a/tests/tailcall.lisp +++ b/tests/tailcall.lisp @@ -6,7 +6,7 @@ (defun is-odd (x) (is-even (- x 1))) -(assert (is-even 100)) +(assert (is-even 1024)) (assert (is-even 10)) (assert (is-even 0)) (assert (is-odd 1)) |
