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

       error: an integer with value '1' is not equal to a float with value '1.1'