aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-call-primop.err.exp
blob: 19b407c47061e4529cb5811d8eb0ad9418f06579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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