Files
nix-js/fix/tests/tests/lang/eval-fail-abort.err.exp
T
2026-03-14 10:28:43 +08: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'