diff options
Diffstat (limited to 'tests/lang/eval-fail-remove.err.exp')
-rw-r--r-- | tests/lang/eval-fail-remove.err.exp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/lang/eval-fail-remove.err.exp b/tests/lang/eval-fail-remove.err.exp deleted file mode 100644 index e82cdac98..000000000 --- a/tests/lang/eval-fail-remove.err.exp +++ /dev/null @@ -1,19 +0,0 @@ -error: - … while evaluating the attribute 'body' - - at /pwd/lang/eval-fail-remove.nix:4:3: - - 3| - 4| body = (removeAttrs attrs ["x"]).x; - | ^ - 5| } - - error: attribute 'x' missing - - at /pwd/lang/eval-fail-remove.nix:4:10: - - 3| - 4| body = (removeAttrs attrs ["x"]).x; - | ^ - 5| } - Did you mean y? |