Files
nix/tests/functional/lang/eval-fail-not-throws.err.exp
Robert Hensing b04077c0ec fix: Update shifted source positions after formatting
Carefully reviewed...
2025-01-24 18:53:42 +01:00

15 lines
360 B
Plaintext

error:
… in the argument of the not operator
at /pwd/lang/eval-fail-not-throws.nix:1:3:
1| !(throw "uh oh!")
| ^
2|
… while calling the 'throw' builtin
at /pwd/lang/eval-fail-not-throws.nix:1:3:
1| !(throw "uh oh!")
| ^
2|
error: uh oh!