Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
error: attribute 'x' missing
|
|
at /pwd/eval-fail-remove.nix:4:29:
|
|
3| in
|
|
4| (removeAttrs attrs ["x"]).x
|
|
| ^
|
|
5|
|
|
Did you mean y?
|