summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug88.dfy.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny4/Bug88.dfy.expect')
-rw-r--r--Test/dafny4/Bug88.dfy.expect11
1 files changed, 11 insertions, 0 deletions
diff --git a/Test/dafny4/Bug88.dfy.expect b/Test/dafny4/Bug88.dfy.expect
new file mode 100644
index 00000000..3bd22329
--- /dev/null
+++ b/Test/dafny4/Bug88.dfy.expect
@@ -0,0 +1,11 @@
+Bug88.dfy(6,0): Error BP5003: A postcondition might not hold on this return path.
+Bug88.dfy(5,12): Related location: This is the postcondition that might not hold.
+Execution trace:
+ (0,0): anon0
+ Bug88.dfy(7,3): anon2_Else
+Bug88.dfy(14,0): Error BP5003: A postcondition might not hold on this return path.
+Bug88.dfy(13,10): Related location: This is the postcondition that might not hold.
+Execution trace:
+ (0,0): anon0
+
+Dafny program verifier finished with 2 verified, 2 errors