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-substring.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-substring.err.exp')
-rw-r--r-- | tests/functional/lang/eval-fail-substring.err.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/lang/eval-fail-substring.err.exp b/tests/functional/lang/eval-fail-substring.err.exp index 5c58be29a..0457a826e 100644 --- a/tests/functional/lang/eval-fail-substring.err.exp +++ b/tests/functional/lang/eval-fail-substring.err.exp @@ -1,8 +1,6 @@ error: … while calling the 'substring' builtin - at /pwd/lang/eval-fail-substring.nix:1:1: - 1| builtins.substring (builtins.sub 0 1) 1 "x" | ^ 2| |