summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots15.v1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/snapshots/Snapshots15.v1.bpl')
-rw-r--r--Test/snapshots/Snapshots15.v1.bpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/Test/snapshots/Snapshots15.v1.bpl b/Test/snapshots/Snapshots15.v1.bpl
index a797ab6c..94c3ec4d 100644
--- a/Test/snapshots/Snapshots15.v1.bpl
+++ b/Test/snapshots/Snapshots15.v1.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 "3"} N();
- ensures true;
+procedure {:checksum "0"} M();
+
+implementation {:id "M"} {:checksum "1"} M()
+{
+ assert true;
+
+ call N();
+
+ assert true;
+
+ call N();
+
+ assert false;
+}
+
+procedure {:checksum "3"} N();
+ ensures true;