summaryrefslogtreecommitdiff
path: root/Test/hofs/ReadsReads.dfy.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/hofs/ReadsReads.dfy.expect')
-rw-r--r--Test/hofs/ReadsReads.dfy.expect18
1 files changed, 18 insertions, 0 deletions
diff --git a/Test/hofs/ReadsReads.dfy.expect b/Test/hofs/ReadsReads.dfy.expect
new file mode 100644
index 00000000..50f74728
--- /dev/null
+++ b/Test/hofs/ReadsReads.dfy.expect
@@ -0,0 +1,18 @@
+ReadsReads.dfy(30,5): Error: insufficient reads clause to invoke function
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+ReadsReads.dfy(35,3): Error: insufficient reads clause to invoke function
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+ReadsReads.dfy(46,10): Error: insufficient reads clause to invoke function
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+ReadsReads.dfy(57,5): Error: insufficient reads clause to invoke function
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+
+Dafny program verifier finished with 6 verified, 4 errors