summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots6.v0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/snapshots/Snapshots6.v0.bpl')
-rw-r--r--Test/snapshots/Snapshots6.v0.bpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/Test/snapshots/Snapshots6.v0.bpl b/Test/snapshots/Snapshots6.v0.bpl
index bdf9c14a..f255c020 100644
--- a/Test/snapshots/Snapshots6.v0.bpl
+++ b/Test/snapshots/Snapshots6.v0.bpl
@@ -1,17 +1,17 @@
-var x: int;
-var y: int;
-
-procedure {:checksum "0"} M();
- modifies x, y;
-
-implementation {:id "M"} {:checksum "1"} M()
-{
- y := 0;
-
- call N();
-
- assert y == 0;
-}
-
-procedure {:checksum "2"} N();
- modifies x;
+var x: int;
+var y: int;
+
+procedure {:checksum "0"} M();
+ modifies x, y;
+
+implementation {:id "M"} {:checksum "1"} M()
+{
+ y := 0;
+
+ call N();
+
+ assert y == 0;
+}
+
+procedure {:checksum "2"} N();
+ modifies x;