Skip to content

Commit

Permalink
eval-fail-infinite-recursion-lambda: Reduce recursion depth
Browse files Browse the repository at this point in the history
This prevents the test from failing in environments with a smaller
configured stack size.
  • Loading branch information
edolstra committed Jun 13, 2024
1 parent afdd12b commit 1dc7c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ error:
| ^
2|

(19997 duplicate frames omitted)
(197 duplicate frames omitted)

error: stack overflow; max-call-depth exceeded
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:14:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--max-call-depth 100

0 comments on commit 1dc7c8e

Please sign in to comment.