summaryrefslogtreecommitdiff
path: root/Test/dafny0/ComputationsLoop2.dfy.expect
blob: 816cbd31de2a85b7e682424f827a8add884d7f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ComputationsLoop2.dfy(6,3): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon4_Else
ComputationsLoop2.dfy(11,3): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon4_Else
ComputationsLoop2.dfy(16,26): Error: assertion violation
Execution trace:
    (0,0): anon0

Dafny program verifier finished with 1 verified, 3 errors