lix/tests/functional/lang/eval-fail-abort.err.exp
2024-03-04 07:23:44 +01:00

9 lines
292 B
Plaintext

error:
… while calling the 'abort' builtin
at /pwd/lang/eval-fail-abort.nix:1:14:
1| if true then abort "this should fail" else 1
| ^
2|
error: evaluation aborted with the following error message: 'this should fail'