diff options
Diffstat (limited to 'test/testdata/eval-fail-assert-equal-paths.err.exp')
-rw-r--r-- | test/testdata/eval-fail-assert-equal-paths.err.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-assert-equal-paths.err.exp b/test/testdata/eval-fail-assert-equal-paths.err.exp new file mode 100644 index 0000000..66c34e9 --- /dev/null +++ b/test/testdata/eval-fail-assert-equal-paths.err.exp | |||
@@ -0,0 +1,8 @@ | |||
1 | error: | ||
2 | … while evaluating the condition of the assertion '(/pwd/lang/foo == /pwd/lang/bar)' | ||
3 | at /pwd/lang/eval-fail-assert-equal-paths.nix:1:1: | ||
4 | 1| assert ./foo == ./bar; | ||
5 | | ^ | ||
6 | 2| throw "unreachable" | ||
7 | |||
8 | error: path '/pwd/lang/foo' is not equal to path '/pwd/lang/bar' | ||