diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 07:23:44 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 07:23:44 +0100 |
commit | 2ddf453e0db41a872dc3103ce94c30a4f624631d (patch) | |
tree | f9861b7af89de63830f5c1ecac6ac40d094ddf2d /tests/functional/lang/eval-fail-dup-dynamic-attrs.err.exp | |
parent | 7614aa97975f3e6e36b6ffbd9fec34462021ab39 (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-dup-dynamic-attrs.err.exp')
-rw-r--r-- | tests/functional/lang/eval-fail-dup-dynamic-attrs.err.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/functional/lang/eval-fail-dup-dynamic-attrs.err.exp b/tests/functional/lang/eval-fail-dup-dynamic-attrs.err.exp index c5fa67523..834f9c67b 100644 --- a/tests/functional/lang/eval-fail-dup-dynamic-attrs.err.exp +++ b/tests/functional/lang/eval-fail-dup-dynamic-attrs.err.exp @@ -1,17 +1,13 @@ error: … while evaluating the attribute 'set' - at /pwd/lang/eval-fail-dup-dynamic-attrs.nix:2:3: - 1| { 2| set = { "${"" + "b"}" = 1; }; | ^ 3| set = { "${"b" + ""}" = 2; }; error: dynamic attribute 'b' already defined at /pwd/lang/eval-fail-dup-dynamic-attrs.nix:2:11 - at /pwd/lang/eval-fail-dup-dynamic-attrs.nix:3:11: - 2| set = { "${"" + "b"}" = 1; }; 3| set = { "${"b" + ""}" = 2; }; | ^ |