aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-assert-equal-paths.err.exp
blob: 66c34e971230db8f0f4b91d992720c8f2daa262f (about) (plain) (blame)
1
2
3
4
5
6
7
8
error:while evaluating the condition of the assertion '(/pwd/lang/foo == /pwd/lang/bar)'
         at /pwd/lang/eval-fail-assert-equal-paths.nix:1:1:
            1| assert ./foo == ./bar;
             | ^
            2| throw "unreachable"

       error: path '/pwd/lang/foo' is not equal to path '/pwd/lang/bar'