summaryrefslogtreecommitdiff
path: root/Test/dafny0/StatementExpressions.dfy.expect
blob: 313c88845abab5d852236d8931d2ede7300f813b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
StatementExpressions.dfy(55,12): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon6_Then
    (0,0): anon8_Then
StatementExpressions.dfy(59,14): Error: assertion violation
Execution trace:
    (0,0): anon0
    (0,0): anon6_Then
    StatementExpressions.dfy(53,7): anon8_Else
StatementExpressions.dfy(77,6): Error: possible division by zero
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
StatementExpressions.dfy(88,5): Error: value assigned to a nat must be non-negative
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
StatementExpressions.dfy(98,18): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
    (0,0): anon0
    (0,0): anon6_Then

Dafny program verifier finished with 17 verified, 5 errors