summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots15.v0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/snapshots/Snapshots15.v0.bpl')
-rw-r--r--Test/snapshots/Snapshots15.v0.bpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/Test/snapshots/Snapshots15.v0.bpl b/Test/snapshots/Snapshots15.v0.bpl
index a947157d..e3dfb3f3 100644
--- a/Test/snapshots/Snapshots15.v0.bpl
+++ b/Test/snapshots/Snapshots15.v0.bpl
@@ -1,17 +1,17 @@
-procedure {:checksum "0"} M();
-
-implementation {:id "M"} {:checksum "1"} M()
-{
- assert true;
-
- call N();
-
- assert true;
-
- call N();
-
- assert false;
-}
-
-procedure {:checksum "2"} N();
- ensures false;
+procedure {:checksum "0"} M();
+
+implementation {:id "M"} {:checksum "1"} M()
+{
+ assert true;
+
+ call N();
+
+ assert true;
+
+ call N();
+
+ assert false;
+}
+
+procedure {:checksum "2"} N();
+ ensures false;