summaryrefslogtreecommitdiff
path: root/Test/codeexpr/CodeExpr1.bpl.expect
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:10:41 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:10:41 +0100
commit5bd01834f018249e5d27350ae3cfdf8dd6896637 (patch)
treefb0aa7b1afe693f20b93dcd7071d548afd2824f5 /Test/codeexpr/CodeExpr1.bpl.expect
parentf45eb9f44f32cbab80e0aaaff167f6b60b9abbc3 (diff)
Enable codeexpr lit tests.
Diffstat (limited to 'Test/codeexpr/CodeExpr1.bpl.expect')
-rw-r--r--Test/codeexpr/CodeExpr1.bpl.expect12
1 files changed, 12 insertions, 0 deletions
diff --git a/Test/codeexpr/CodeExpr1.bpl.expect b/Test/codeexpr/CodeExpr1.bpl.expect
new file mode 100644
index 00000000..b3960bca
--- /dev/null
+++ b/Test/codeexpr/CodeExpr1.bpl.expect
@@ -0,0 +1,12 @@
+CodeExpr1.bpl(46,5): Error BP5003: A postcondition might not hold on this return path.
+CodeExpr1.bpl(42,3): Related location: This is the postcondition that might not hold.
+Execution trace:
+ CodeExpr1.bpl(44,3): start
+CodeExpr1.bpl(54,5): Error BP5001: This assertion might not hold.
+Execution trace:
+ CodeExpr1.bpl(51,3): start
+CodeExpr1.bpl(68,5): Error BP5001: This assertion might not hold.
+Execution trace:
+ CodeExpr1.bpl(59,3): start
+
+Boogie program verifier finished with 3 verified, 3 errors