aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-seq.err.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/eval-fail-seq.err.exp')
-rw-r--r--test/testdata/eval-fail-seq.err.exp14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-seq.err.exp b/test/testdata/eval-fail-seq.err.exp
new file mode 100644
index 0000000..3e3d71b
--- /dev/null
+++ b/test/testdata/eval-fail-seq.err.exp
@@ -0,0 +1,14 @@
1error:
2 … while calling the 'seq' builtin
3 at /pwd/lang/eval-fail-seq.nix:1:1:
4 1| builtins.seq (abort "foo") 2
5 | ^
6 2|
7
8 … while calling the 'abort' builtin
9 at /pwd/lang/eval-fail-seq.nix:1:15:
10 1| builtins.seq (abort "foo") 2
11 | ^
12 2|
13
14 error: evaluation aborted with the following error message: 'foo'