diff options
Diffstat (limited to 'test/testdata/eval-fail-abort.err.exp')
-rw-r--r-- | test/testdata/eval-fail-abort.err.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-abort.err.exp b/test/testdata/eval-fail-abort.err.exp new file mode 100644 index 0000000..20e7b9e --- /dev/null +++ b/test/testdata/eval-fail-abort.err.exp | |||
@@ -0,0 +1,8 @@ | |||
1 | error: | ||
2 | … while calling the 'abort' builtin | ||
3 | at /pwd/lang/eval-fail-abort.nix:1:14: | ||
4 | 1| if true then abort "this should fail" else 1 | ||
5 | | ^ | ||
6 | 2| | ||
7 | |||
8 | error: evaluation aborted with the following error message: 'this should fail' | ||