aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-dupAttr-inherit.err.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/lang/eval-fail-dupAttr-inherit.err.exp')
-rw-r--r--tests/functional/lang/eval-fail-dupAttr-inherit.err.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/lang/eval-fail-dupAttr-inherit.err.exp b/tests/functional/lang/eval-fail-dupAttr-inherit.err.exp
index 7744b838f..3e6475a1c 100644
--- a/tests/functional/lang/eval-fail-dupAttr-inherit.err.exp
+++ b/tests/functional/lang/eval-fail-dupAttr-inherit.err.exp
@@ -1,4 +1,4 @@
-error: attribute 'a' already defined at /pwd/lang/eval-fail-dupAttr-inherit.nix:1:15
+error: attribute 'a' already defined at /pwd/lang/eval-fail-dupAttr-inherit.nix:1:16
at /pwd/lang/eval-fail-dupAttr-inherit.nix:1:19:
1| { inherit ({}) a; a.b = 1; }
| ^