aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-call-primop.err.exp
blob: ae5b55ed44d353c0fbb4044b70999cf0cd1a79b1 (plain)
1
2
3
4
5
6
7
8
9
10
error:
       … while calling the 'length' builtin
         at /pwd/lang/eval-fail-call-primop.nix:1:1:
            1| builtins.length 1
             | ^
            2|

       … while evaluating the first argument passed to builtins.length

       error: value is an integer while a list was expected