summaryrefslogtreecommitdiff
path: root/Test/dafny0/Termination.dfy.expect
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2015-06-15 16:19:11 -0700
committerGravatar Rustan Leino <unknown>2015-06-15 16:19:11 -0700
commit58d639bff25a2d4dadf6febb81b1438e957c43cd (patch)
tree255610eee4a6f550dc4943278949bb95b2fe179a /Test/dafny0/Termination.dfy.expect
parent7f89a05ae627b7c5498b82deaea34cabc465aaa6 (diff)
Do postponsed reads checking also for the body of functions -- see Test/dafny0/Reads.dfy for benefits.
(Unfortunately, this loses track of the "postcondition might not hold on this return path" locations, see Test/dafny0/FunctionSpecifications.dfy.)
Diffstat (limited to 'Test/dafny0/Termination.dfy.expect')
-rw-r--r--Test/dafny0/Termination.dfy.expect10
1 files changed, 5 insertions, 5 deletions
diff --git a/Test/dafny0/Termination.dfy.expect b/Test/dafny0/Termination.dfy.expect
index bc59c722..77a9e70e 100644
--- a/Test/dafny0/Termination.dfy.expect
+++ b/Test/dafny0/Termination.dfy.expect
@@ -4,9 +4,9 @@ Execution trace:
Termination.dfy(361,47): Error: failure to decrease termination measure
Execution trace:
(0,0): anon0
- (0,0): anon8_Else
- (0,0): anon9_Then
- (0,0): anon10_Else
+ (0,0): anon9_Else
+ (0,0): anon10_Then
+ (0,0): anon11_Else
Termination.dfy(108,3): Error: cannot prove termination; try supplying a decreases clause for the loop
Execution trace:
(0,0): anon0
@@ -44,9 +44,9 @@ Execution trace:
Termination.dfy(255,35): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
(0,0): anon0
- (0,0): anon7_Else
(0,0): anon8_Else
- (0,0): anon9_Then
+ (0,0): anon9_Else
+ (0,0): anon10_Then
Termination.dfy(296,3): Error: decreases expression might not decrease
Execution trace:
Termination.dfy(296,3): anon9_LoopHead