Files
lix/tests/functional2/lang/builtins.throw/eval-fail-throw-not.err.exp
T
piegames 6da3519297 tests/functional2/lang: Move some tests around
Change-Id: I7d87c6c210015b33091876e6656f7c0116bc12ea
2025-11-24 16:31:29 +01:00

9 lines
163 B
Plaintext

error:
… caused by explicit throw
at /pwd/in.nix:1:4:
1| ! (throw "uh oh!")
| ^
2|
error: uh oh!