aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-abort.err.exp
blob: 20e7b9e18e881effffddd0232c7193649a7c80be (plain)
1
2
3
4
5
6
7
8
error:
       … while calling the 'abort' builtin
         at /pwd/lang/eval-fail-abort.nix:1:14:
            1| if true then abort "this should fail" else 1
             |              ^
            2|

       error: evaluation aborted with the following error message: 'this should fail'