diff options
author | MichalMoskal <unknown> | 2010-02-18 19:58:38 +0000 |
---|---|---|
committer | MichalMoskal <unknown> | 2010-02-18 19:58:38 +0000 |
commit | 2e03ed114503dfa16547c06766fa683c690f9052 (patch) | |
tree | 7151121512b0e5476caca502bd7e04d0d0701bd9 /Test/test2/Answer | |
parent | 36bda629c0083590c5e4d17f06e769f822617033 (diff) |
Implement if-then-else expression.
Diffstat (limited to 'Test/test2/Answer')
-rw-r--r-- | Test/test2/Answer | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/test2/Answer b/Test/test2/Answer index 1e5a0d5f..230a8861 100644 --- a/Test/test2/Answer +++ b/Test/test2/Answer @@ -323,6 +323,16 @@ Execution trace: Implies.bpl(11,3): anon0
Boogie program verifier finished with 0 verified, 2 errors
+
+-------------------- IfThenElse1.bpl --------------------
+IfThenElse1.bpl(26,3): Error BP5001: This assertion might not hold.
+Execution trace:
+ IfThenElse1.bpl(26,3): anon0
+IfThenElse1.bpl(33,3): Error BP5001: This assertion might not hold.
+Execution trace:
+ IfThenElse1.bpl(33,3): anon0
+
+Boogie program verifier finished with 2 verified, 2 errors
-------------------- sk_hack.bpl --------------------
Boogie program verifier finished with 1 verified, 0 errors
|