summaryrefslogtreecommitdiff
path: root/Test/dafny0/Include.dfy.expect
blob: cb329398a039f10c9db9cd1a3484d944984f4b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Include.dfy(19,19): Error BP5003: A postcondition might not hold on this return path.
Includee.dfy(17,20): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
Includee.dfy[Concrete](22,16): Error: assertion violation
Execution trace:
    (0,0): anon0
Include.dfy(27,7): Error BP5003: A postcondition might not hold on this return path.
Includee.dfy[Concrete](20,15): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
    (0,0): anon6_Then

Dafny program verifier finished with 4 verified, 3 errors