summaryrefslogtreecommitdiff
path: root/Test/triggers/splitting-picks-the-right-tokens.dfy.expect
blob: f01ed1a0b0b537780e0b67241783f8f324777149 (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
29
30
31
32
33
34
35
36
37
38
splitting-picks-the-right-tokens.dfy(9,11): Info: For expression "Id(x) > 1":
   Selected triggers: {Id(x)}
splitting-picks-the-right-tokens.dfy(9,11): Info: For expression "x > 2":
   Selected triggers: {Id(x)}
splitting-picks-the-right-tokens.dfy(9,11): Info: For expression "x > -1":
   Selected triggers: {Id(x)}
splitting-picks-the-right-tokens.dfy(16,11): Info: For expression "x > 0 ==> Id(x) > 1":
   Selected triggers: {Id(x)}
splitting-picks-the-right-tokens.dfy(16,11): Info: For expression "x > 0 ==> x > 2":
   Selected triggers: {Id(x)}
splitting-picks-the-right-tokens.dfy(16,11): Info: For expression "x > 0 ==> x > -1":
   Selected triggers: {Id(x)}
splitting-picks-the-right-tokens.dfy(20,12): Error BP5002: A precondition for this call might not hold.
splitting-picks-the-right-tokens.dfy(16,11): Related location: This is the precondition that might not hold.
splitting-picks-the-right-tokens.dfy(16,48): Related location
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
splitting-picks-the-right-tokens.dfy(20,12): Error BP5002: A precondition for this call might not hold.
splitting-picks-the-right-tokens.dfy(16,11): Related location: This is the precondition that might not hold.
splitting-picks-the-right-tokens.dfy(16,39): Related location
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
splitting-picks-the-right-tokens.dfy(22,13): Error BP5002: A precondition for this call might not hold.
splitting-picks-the-right-tokens.dfy(9,11): Related location: This is the precondition that might not hold.
splitting-picks-the-right-tokens.dfy(9,46): Related location
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else
splitting-picks-the-right-tokens.dfy(22,13): Error BP5002: A precondition for this call might not hold.
splitting-picks-the-right-tokens.dfy(9,11): Related location: This is the precondition that might not hold.
splitting-picks-the-right-tokens.dfy(9,37): Related location
Execution trace:
    (0,0): anon0
    (0,0): anon3_Else

Dafny program verifier finished with 6 verified, 4 errors