summaryrefslogtreecommitdiff
path: root/Test/hofs/OneShot.dfy.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/hofs/OneShot.dfy.expect')
-rw-r--r--Test/hofs/OneShot.dfy.expect20
1 files changed, 20 insertions, 0 deletions
diff --git a/Test/hofs/OneShot.dfy.expect b/Test/hofs/OneShot.dfy.expect
new file mode 100644
index 00000000..78a9864b
--- /dev/null
+++ b/Test/hofs/OneShot.dfy.expect
@@ -0,0 +1,20 @@
+OneShot.dfy(20,12): Error: possible violation of function precondition
+Execution trace:
+ (0,0): anon0
+ (0,0): anon5_Then
+ OneShot.dfy(13,9): anon5_Else
+ (0,0): anon6_Then
+OneShot.dfy(22,12): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+ (0,0): anon5_Then
+ OneShot.dfy(13,9): anon5_Else
+ (0,0): anon6_Else
+OneShot.dfy(22,13): Error: possible violation of function precondition
+Execution trace:
+ (0,0): anon0
+ (0,0): anon5_Then
+ OneShot.dfy(13,9): anon5_Else
+ (0,0): anon6_Else
+
+Dafny program verifier finished with 1 verified, 3 errors