diff options
Diffstat (limited to 'Test/AbsHoudini/fail1.bpl.expect')
-rw-r--r-- | Test/AbsHoudini/fail1.bpl.expect | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Test/AbsHoudini/fail1.bpl.expect b/Test/AbsHoudini/fail1.bpl.expect new file mode 100644 index 00000000..e987f773 --- /dev/null +++ b/Test/AbsHoudini/fail1.bpl.expect @@ -0,0 +1,11 @@ +function {:existential true} {:inline} b1(x: bool) : bool +{ + false +} +fail1.bpl(16,3): Error BP5001: This assertion might not hold. +Execution trace: + fail1.bpl(11,3): anon0 + fail1.bpl(12,11): anon4_Then + fail1.bpl(16,3): anon3 + +Boogie program verifier finished with 0 verified, 1 error |