summaryrefslogtreecommitdiff
path: root/Test/dafny0/Backticks.dfy.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny0/Backticks.dfy.expect')
-rw-r--r--Test/dafny0/Backticks.dfy.expect11
1 files changed, 11 insertions, 0 deletions
diff --git a/Test/dafny0/Backticks.dfy.expect b/Test/dafny0/Backticks.dfy.expect
new file mode 100644
index 00000000..82fc2933
--- /dev/null
+++ b/Test/dafny0/Backticks.dfy.expect
@@ -0,0 +1,11 @@
+Backticks.dfy(38,5): Error: insufficient reads clause to invoke function
+Execution trace:
+ (0,0): anon0
+ (0,0): anon5_Else
+ (0,0): anon6_Else
+Backticks.dfy(77,7): Error: call may violate context's modifies clause
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Then
+
+Dafny program verifier finished with 13 verified, 2 errors