summaryrefslogtreecommitdiff
path: root/Test/dafny0/Reads.dfy.expect
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2015-06-15 15:20:38 -0700
committerGravatar Rustan Leino <unknown>2015-06-15 15:20:38 -0700
commit7f89a05ae627b7c5498b82deaea34cabc465aaa6 (patch)
treea4559459aca713884444dacf626e26e029d70723 /Test/dafny0/Reads.dfy.expect
parent8e6ed9af8dc779f4468d9ccc5ababcdd91f45672 (diff)
Some more reads tests
Diffstat (limited to 'Test/dafny0/Reads.dfy.expect')
-rw-r--r--Test/dafny0/Reads.dfy.expect15
1 files changed, 14 insertions, 1 deletions
diff --git a/Test/dafny0/Reads.dfy.expect b/Test/dafny0/Reads.dfy.expect
index 4dd1e947..79d290da 100644
--- a/Test/dafny0/Reads.dfy.expect
+++ b/Test/dafny0/Reads.dfy.expect
@@ -22,5 +22,18 @@ Execution trace:
(0,0): anon0
(0,0): anon10_Then
(0,0): anon4
+Reads.dfy(117,36): Error: insufficient reads clause to invoke function
+Execution trace:
+ (0,0): anon0
+Reads.dfy(117,36): Error: possible violation of function precondition
+Execution trace:
+ (0,0): anon0
+Reads.dfy(120,38): Error: insufficient reads clause to invoke function
+Execution trace:
+ (0,0): anon0
+Reads.dfy(126,26): Error: insufficient reads clause to invoke function
+Execution trace:
+ (0,0): anon0
+ (0,0): anon8_Else
-Dafny program verifier finished with 15 verified, 6 errors
+Dafny program verifier finished with 15 verified, 10 errors