summaryrefslogtreecommitdiff
path: root/Test/wishlist/calc.dfy.expect
blob: 1d5a55a6e659f2fb0a13d93e1e8615c4f6fab98a (plain)
1
2
3
4
5
6
7
8
9
10
11
(0,-1): Error BP5003: A postcondition might not hold on this return path.
calc.dfy(8,10): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
    calc.dfy(9,5): anon2_Else
calc.dfy(15,16): Error BP5003: A postcondition might not hold on this return path.
calc.dfy(15,10): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0

Dafny program verifier finished with 2 verified, 2 errors