summaryrefslogtreecommitdiff
path: root/Test/snapshots/runtest.snapshot.expect
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-07-06 22:29:26 +0200
committerGravatar wuestholz <unknown>2014-07-06 22:29:26 +0200
commit40efa1496ae36400e0f334a215b86371a56a6b9c (patch)
tree49a7949bff9797dbc3955af8fe9b6e744353c2ba /Test/snapshots/runtest.snapshot.expect
parentbb6e253feab04cc13de3132520eac3ffc8150f01 (diff)
Worked on adding support for "canned errors".
Diffstat (limited to 'Test/snapshots/runtest.snapshot.expect')
-rw-r--r--Test/snapshots/runtest.snapshot.expect16
1 files changed, 16 insertions, 0 deletions
diff --git a/Test/snapshots/runtest.snapshot.expect b/Test/snapshots/runtest.snapshot.expect
index 554837e6..7b9241d8 100644
--- a/Test/snapshots/runtest.snapshot.expect
+++ b/Test/snapshots/runtest.snapshot.expect
@@ -190,3 +190,19 @@ Execution trace:
Snapshots19.v1.bpl(5,5): anon0
Boogie program verifier finished with 0 verified, 1 error
+Snapshots20.v0.bpl(13,9): Error BP5001: This assertion might not hold.
+Execution trace:
+ Snapshots20.v0.bpl(5,5): anon0
+ Snapshots20.v0.bpl(13,9): anon4_Else
+
+Boogie program verifier finished with 0 verified, 1 error
+Snapshots20.v1.bpl(9,9): Error BP5001: This assertion might not hold.
+Execution trace:
+ Snapshots20.v1.bpl(5,5): anon0
+ Snapshots20.v1.bpl(7,9): anon4_Then
+Snapshots20.v1.bpl(13,9): Error BP5001: This assertion might not hold.
+Execution trace:
+ Snapshots20.v1.bpl(5,5): anon0
+ Snapshots20.v1.bpl(13,9): anon4_Else
+
+Boogie program verifier finished with 0 verified, 2 errors