summaryrefslogtreecommitdiff
path: root/Test/dafny0/Reads.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-06-15 15:04:18 -0700
committerGravatar leino <unknown>2015-06-15 15:04:18 -0700
commit2edb5e1ba0f8c9c79364d0f0415713f0ddfdeadd (patch)
tree532835db831b052e9e974121b5279b0ae253126e /Test/dafny0/Reads.dfy.expect
parentb732961c4e4f174a184c34749d694e289d1e4f25 (diff)
Postpone reads checks of function preconditions until after the entire precondition has otherwise been checked for well-formedness
Diffstat (limited to 'Test/dafny0/Reads.dfy.expect')
-rw-r--r--Test/dafny0/Reads.dfy.expect19
1 files changed, 7 insertions, 12 deletions
diff --git a/Test/dafny0/Reads.dfy.expect b/Test/dafny0/Reads.dfy.expect
index 0b6a2d5a..9873f811 100644
--- a/Test/dafny0/Reads.dfy.expect
+++ b/Test/dafny0/Reads.dfy.expect
@@ -1,31 +1,26 @@
-Reads.dfy(75,14): Error: insufficient reads clause to invoke function
-Execution trace:
- (0,0): anon0
Reads.dfy(79,11): Error: insufficient reads clause to read field
Execution trace:
(0,0): anon0
-Reads.dfy(89,35): Error: insufficient reads clause to read field
-Execution trace:
- (0,0): anon0
Reads.dfy(9,30): Error: insufficient reads clause to read field
Execution trace:
(0,0): anon0
Reads.dfy(18,30): Error: insufficient reads clause to read field
Execution trace:
(0,0): anon0
- (0,0): anon9_Then
- (0,0): anon3
+ (0,0): anon10_Then
+ (0,0): anon4
Reads.dfy(28,50): Error: insufficient reads clause to read field
Execution trace:
(0,0): anon0
Reads.dfy(37,43): Error: insufficient reads clause to read field
Execution trace:
(0,0): anon0
- (0,0): anon6_Then
+ (0,0): anon7_Then
+ (0,0): anon4
Reads.dfy(51,30): Error: insufficient reads clause to read field
Execution trace:
(0,0): anon0
- (0,0): anon9_Then
- (0,0): anon3
+ (0,0): anon10_Then
+ (0,0): anon4
-Dafny program verifier finished with 9 verified, 8 errors
+Dafny program verifier finished with 11 verified, 6 errors