summaryrefslogtreecommitdiff
path: root/Test/hofs/Classes.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/hofs/Classes.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/hofs/Classes.dfy.expect')
-rw-r--r--Test/hofs/Classes.dfy.expect6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/hofs/Classes.dfy.expect b/Test/hofs/Classes.dfy.expect
index 3c933bae..880dcc47 100644
--- a/Test/hofs/Classes.dfy.expect
+++ b/Test/hofs/Classes.dfy.expect
@@ -1,10 +1,10 @@
Classes.dfy(41,6): Error: possible violation of function precondition
Execution trace:
(0,0): anon0
- (0,0): anon11_Then
- (0,0): anon3
(0,0): anon12_Then
- (0,0): anon13_Else
+ (0,0): anon4
+ (0,0): anon13_Then
(0,0): anon14_Else
+ (0,0): anon15_Else
Dafny program verifier finished with 6 verified, 1 error