Files
lix/tests/functional2/lang/builtins.warn/eval-fail-abort.err.exp
T
Qyriad b3e24cb3e5 new option: abort-on-warn
Co-authored-by: Emilia Bopp <contact@ebopp.de>

Change-Id: I3c3347e51d8543fbeb2b4e6ed12b0f556a6a6964
2025-11-22 16:48:53 +01:00

10 lines
245 B
Plaintext

warning: meow
error:
… while calling the 'warn' builtin
at /pwd/in.nix:1:1:
1| builtins.warn "meow" (throw "must abort before this")
| ^
2|
error: evaluation aborted (abort-on-warn)