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
21 lines
664 B
Plaintext
21 lines
664 B
Plaintext
error:
|
|
… while calling the 'deepSeq' builtin
|
|
at /pwd/eval-fail-deepseq.nix:1:1:
|
|
1| builtins.deepSeq { x = abort "foo"; } 456
|
|
| ^
|
|
2|
|
|
|
|
… while evaluating the attribute 'x'
|
|
at /pwd/eval-fail-deepseq.nix:1:20:
|
|
1| builtins.deepSeq { x = abort "foo"; } 456
|
|
| ^
|
|
2|
|
|
|
|
… while calling the 'abort' builtin
|
|
at /pwd/eval-fail-deepseq.nix:1:24:
|
|
1| builtins.deepSeq { x = abort "foo"; } 456
|
|
| ^
|
|
2|
|
|
|
|
error: evaluation aborted with the following error message: 'foo'
|