summaryrefslogtreecommitdiff
path: root/Test/dafny0/ComputationsLoop2.dfy.expect
blob: 0a45e6d082ab2972f529bd345291ca5c1d00d211 (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): anon3_Else
ComputationsLoop2.dfy(11,3): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
ComputationsLoop2.dfy(16,26): Error: assertion violation
Execution trace:
    (0,0): anon0

Dafny program verifier finished with 1 verified, 3 errors