aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-attrs-3.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/parse-fail-dup-attrs-3.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/parse-fail-dup-attrs-3.err.exp')
-rw-r--r--tests/functional/lang/parse-fail-dup-attrs-3.err.exp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/lang/parse-fail-dup-attrs-3.err.exp b/tests/functional/lang/parse-fail-dup-attrs-3.err.exp
index 3aba2891f..fecdece20 100644
--- a/tests/functional/lang/parse-fail-dup-attrs-3.err.exp
+++ b/tests/functional/lang/parse-fail-dup-attrs-3.err.exp
@@ -1,7 +1,5 @@
error: attribute 'x' already defined at «stdin»:9:5
-
at «stdin»:10:17:
-
9| x = 789;
10| inherit (as) x;
| ^