summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots19.v1.bpl
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-07-06 21:34:07 +0200
committerGravatar wuestholz <unknown>2014-07-06 21:34:07 +0200
commitbb6e253feab04cc13de3132520eac3ffc8150f01 (patch)
tree4bf497f94085b3d50b616dee8d61952cbaa9bbed /Test/snapshots/Snapshots19.v1.bpl
parent454f7ff730ca2b17e6b9c705d36f071d66d9ef45 (diff)
Did some refactoring, fixed minor issues, and made it apply the more advanced verification result caching even for implementations with errors.
Diffstat (limited to 'Test/snapshots/Snapshots19.v1.bpl')
-rw-r--r--Test/snapshots/Snapshots19.v1.bpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Test/snapshots/Snapshots19.v1.bpl b/Test/snapshots/Snapshots19.v1.bpl
new file mode 100644
index 00000000..2afdd641
--- /dev/null
+++ b/Test/snapshots/Snapshots19.v1.bpl
@@ -0,0 +1,11 @@
+procedure {:checksum "0"} M();
+
+implementation {:id "M"} {:checksum "1"} M()
+{
+ call N();
+
+ assert 1 != 1;
+}
+
+procedure {:checksum "3"} N();
+ requires 2 == 2;