aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-call-primop.err.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/eval-fail-call-primop.err.exp')
-rw-r--r--test/testdata/eval-fail-call-primop.err.exp10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-call-primop.err.exp b/test/testdata/eval-fail-call-primop.err.exp
new file mode 100644
index 0000000..0c6f614
--- /dev/null
+++ b/test/testdata/eval-fail-call-primop.err.exp
@@ -0,0 +1,10 @@
1error:
2 … while calling the 'length' builtin
3 at /pwd/lang/eval-fail-call-primop.nix:1:1:
4 1| builtins.length 1
5 | ^
6 2|
7
8 … while evaluating the first argument passed to builtins.length
9
10 error: expected a list but found an integer: 1