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