summaryrefslogtreecommitdiff
path: root/Test/snapshots/runtest.snapshot.expect
diff options
context:
space:
mode:
authorGravatar Valentin Wüstholz <wuestholz@gmail.com>2015-06-12 01:26:06 +0200
committerGravatar Valentin Wüstholz <wuestholz@gmail.com>2015-06-12 01:27:21 +0200
commit0658816bbe2ea4be8785b52958a65b55c6a845a5 (patch)
treed56e6e10ffb25d178cdf9d2d49a4da5c3001f6ce /Test/snapshots/runtest.snapshot.expect
parentabd4a52488edea217b44419d43d4ca42abea9006 (diff)
Add a test case.
Diffstat (limited to 'Test/snapshots/runtest.snapshot.expect')
-rw-r--r--Test/snapshots/runtest.snapshot.expect9
1 files changed, 9 insertions, 0 deletions
diff --git a/Test/snapshots/runtest.snapshot.expect b/Test/snapshots/runtest.snapshot.expect
index 637dd088..44ed6a3b 100644
--- a/Test/snapshots/runtest.snapshot.expect
+++ b/Test/snapshots/runtest.snapshot.expect
@@ -648,3 +648,12 @@ Processing command (at Snapshots35.v1.bpl(5,5)) assert p;
Snapshots35.v1.bpl(5,5): Error BP5001: This assertion might not hold.
Boogie program verifier finished with 0 verified, 1 error
+Processing command (at Snapshots36.v0.bpl(13,5)) assert l[0];
+ >>> DoNothingToAssert
+
+Boogie program verifier finished with 1 verified, 0 errors
+Processing command (at Snapshots36.v1.bpl(13,5)) assert l[0];
+ >>> DoNothingToAssert
+Snapshots36.v1.bpl(13,5): Error BP5001: This assertion might not hold.
+
+Boogie program verifier finished with 0 verified, 1 error