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

       error: a Boolean of value 'false' is not equal to null of value 'null'