summaryrefslogtreecommitdiff
path: root/Test/dafny0/MultiSets.dfy.expect
blob: 30534b1134c28575dd7d7735e044ae8f85b7eeb9 (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
25
26
27
28
MultiSets.dfy(159,3): Error BP5003: A postcondition might not hold on this return path.
MultiSets.dfy(158,15): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
MultiSets.dfy(165,3): Error BP5003: A postcondition might not hold on this return path.
MultiSets.dfy(164,15): Related location: This is the postcondition that might not hold.
Execution trace:
    (0,0): anon0
MultiSets.dfy(178,11): Error: new number of occurrences might be negative
Execution trace:
    (0,0): anon0
    (0,0): anon4_Then
    (0,0): anon3
MultiSets.dfy(269,24): Error: assertion violation
Execution trace:
    (0,0): anon0
    (0,0): anon11_Then
    (0,0): anon3
    (0,0): anon12_Then
    (0,0): anon14_Else
MultiSets.dfy(292,16): Error: assertion violation
Execution trace:
    (0,0): anon0
    (0,0): anon8_Then
    (0,0): anon3
    (0,0): anon9_Else

Dafny program verifier finished with 59 verified, 5 errors