aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-remove.err.exp
blob: 0ae9c125643764201b7e3146d8500b841f933fa6 (plain)
1
2
3
4
5
6
7
error: attribute 'x' missing
       at /pwd/lang/eval-fail-remove.nix:4:3:
            3| in
            4|   (removeAttrs attrs ["x"]).x
             |   ^
            5|
       Did you mean y?