aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-missing-arg.err.exp
blob: 3b162fe1b608c2b1737f7886a8d7863a6e0cdff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error:
       … from call site
         at /pwd/lang/eval-fail-missing-arg.nix:1:1:
            1| ({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
             | ^
            2|

       error: function 'anonymous lambda' called without required argument 'y'
       at /pwd/lang/eval-fail-missing-arg.nix:1:2:
            1| ({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
             |  ^
            2|