aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-scope-5.err.exp
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-03-04 07:23:44 +0100
committereldritch horrors <pennae@lix.systems>2024-03-04 07:23:44 +0100
commit2ddf453e0db41a872dc3103ce94c30a4f624631d (patch)
treef9861b7af89de63830f5c1ecac6ac40d094ddf2d /tests/functional/lang/eval-fail-scope-5.err.exp
parent7614aa97975f3e6e36b6ffbd9fec34462021ab39 (diff)
Merge pull request #9619 from 9999years/remove-blank-lines-in-errors
Remove some blank lines from stack traces (cherry picked from commit cea83544362bd6426e9bc0b7dd0d611c19b0e3fd) Change-Id: Ic1af8b09e9994d3c69fd3b37ae47a4bb786a15a1
Diffstat (limited to 'tests/functional/lang/eval-fail-scope-5.err.exp')
-rw-r--r--tests/functional/lang/eval-fail-scope-5.err.exp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/functional/lang/eval-fail-scope-5.err.exp b/tests/functional/lang/eval-fail-scope-5.err.exp
index 22b6166f8..b0b05cad7 100644
--- a/tests/functional/lang/eval-fail-scope-5.err.exp
+++ b/tests/functional/lang/eval-fail-scope-5.err.exp
@@ -1,35 +1,27 @@
error:
… while evaluating the attribute 'body'
-
at /pwd/lang/eval-fail-scope-5.nix:8:3:
-
7|
8| body = f {};
| ^
9|
… from call site
-
at /pwd/lang/eval-fail-scope-5.nix:8:10:
-
7|
8| body = f {};
| ^
9|
… while calling 'f'
-
at /pwd/lang/eval-fail-scope-5.nix:6:7:
-
5|
6| f = {x ? y, y ? x}: x + y;
| ^
7|
error: infinite recursion encountered
-
at /pwd/lang/eval-fail-scope-5.nix:6:12:
-
5|
6| f = {x ? y, y ? x}: x + y;
| ^