Skip to content

Commit

Permalink
julia: increase non-TCO step5 test.
Browse files Browse the repository at this point in the history
The stack size on systems with higher ulimits (Github Actions) allows
this to complete and thus fail the test. Try with larger loop size to
try and trigger the problem even on those systems.
  • Loading branch information
kanaka committed Jul 12, 2021
1 parent 1279811 commit 36f758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impls/julia/tests/step5_tco.mal
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
;=>nil
;;; For implementations without their own TCO this should fail and
;;; leave res1 unchanged
(def! res1 (sum-to 10000))
(def! res1 (sum-to 100000))
res1
;=>nil

0 comments on commit 36f758d

Please sign in to comment.