summaryrefslogtreecommitdiff
path: root/Test/dafny0/Answer
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-01-16 14:36:39 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2012-01-16 14:36:39 -0800
commit5224ae38f6cbcfc586df27909376b53064dcfaea (patch)
treec1768a08d0882a7655b6634c1527ea0427864f24 /Test/dafny0/Answer
parent26d9a05b985859f3a0d089367b35f493cbff090b (diff)
Dafny: Recheck specifications that contain refined (extended) predicates, even if they are contained inside a split expression. Superposition is thought to be sound.
Diffstat (limited to 'Test/dafny0/Answer')
-rw-r--r--Test/dafny0/Answer10
1 files changed, 9 insertions, 1 deletions
diff --git a/Test/dafny0/Answer b/Test/dafny0/Answer
index 1702ad53..3be192cc 100644
--- a/Test/dafny0/Answer
+++ b/Test/dafny0/Answer
@@ -1397,8 +1397,16 @@ Predicates.dfy(131,7): Related location: Related location
Predicates.dfy[Tricky_Full](111,9): Related location: Related location
Execution trace:
(0,0): anon0
+Predicates.dfy(159,5): Error BP5003: A postcondition might not hold on this return path.
+Predicates.dfy(158,15): Related location: This is the postcondition that might not hold.
+Execution trace:
+ (0,0): anon0
+Predicates.dfy[Q1](149,5): Error BP5003: A postcondition might not hold on this return path.
+Predicates.dfy[Q1](148,15): Related location: This is the postcondition that might not hold.
+Execution trace:
+ (0,0): anon0
-Dafny program verifier finished with 33 verified, 4 errors
+Dafny program verifier finished with 52 verified, 6 errors
-------------------- SmallTests.dfy --------------------
SmallTests.dfy(30,11): Error: index out of range