aboutsummaryrefslogtreecommitdiff
path: root/tests/tailcall.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tailcall.lisp')
-rw-r--r--tests/tailcall.lisp2
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))