summaryrefslogtreecommitdiff
path: root/Test/test2/Arrays.bpl.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test2/Arrays.bpl.expect')
-rw-r--r--Test/test2/Arrays.bpl.expect10
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/test2/Arrays.bpl.expect b/Test/test2/Arrays.bpl.expect
new file mode 100644
index 00000000..34804dc0
--- /dev/null
+++ b/Test/test2/Arrays.bpl.expect
@@ -0,0 +1,10 @@
+Arrays.bpl(50,5): Error BP5003: A postcondition might not hold on this return path.
+Arrays.bpl(42,3): Related location: This is the postcondition that might not hold.
+Execution trace:
+ Arrays.bpl(46,3): start
+Arrays.bpl(131,5): Error BP5003: A postcondition might not hold on this return path.
+Arrays.bpl(123,3): Related location: This is the postcondition that might not hold.
+Execution trace:
+ Arrays.bpl(127,3): start
+
+Boogie program verifier finished with 8 verified, 2 errors