aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-not-throws.err.exp
diff options
context:
space:
mode:
authorRutger Broekhoff2025-07-07 21:52:08 +0200
committerRutger Broekhoff2025-07-07 21:52:08 +0200
commitba61dfd69504ec6263a9dee9931d93adeb6f3142 (patch)
treed6c9b78e50eeab24e0c1c09ab45909a6ae3fd5db /test/testdata/eval-fail-not-throws.err.exp
downloadverified-dyn-lang-interp-ba61dfd69504ec6263a9dee9931d93adeb6f3142.tar.gz
verified-dyn-lang-interp-ba61dfd69504ec6263a9dee9931d93adeb6f3142.zip
Initialize repository
Diffstat (limited to 'test/testdata/eval-fail-not-throws.err.exp')
-rw-r--r--test/testdata/eval-fail-not-throws.err.exp14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-not-throws.err.exp b/test/testdata/eval-fail-not-throws.err.exp
new file mode 100644
index 0000000..fc81f72
--- /dev/null
+++ b/test/testdata/eval-fail-not-throws.err.exp
@@ -0,0 +1,14 @@
1error:
2 … in the argument of the not operator
3 at /pwd/lang/eval-fail-not-throws.nix:1:4:
4 1| ! (throw "uh oh!")
5 | ^
6 2|
7
8 … while calling the 'throw' builtin
9 at /pwd/lang/eval-fail-not-throws.nix:1:4:
10 1| ! (throw "uh oh!")
11 | ^
12 2|
13
14 error: uh oh!