lix/tests/functional/lang/eval-fail-call-primop.err.exp

13 lines
308 B
Plaintext
Raw Normal View History

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