blob: ce61e32a7a5cbb95265126b94091103c1d7fa00c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Includee.dfy(21,2): Error BP5003: A postcondition might not hold on this return path.
Includee.dfy(20,14): Related location: This is the postcondition that might not hold.
Execution trace:
(0,0): anon0
Includee.dfy(24,17): Error: assertion violation
Execution trace:
(0,0): anon0
Includee.dfy(6,0): Error BP5003: A postcondition might not hold on this return path.
Includee.dfy(5,12): Related location: This is the postcondition that might not hold.
Execution trace:
(0,0): anon0
Dafny program verifier finished with 5 verified, 3 errors
|