summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots7.v1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/snapshots/Snapshots7.v1.bpl')
-rw-r--r--Test/snapshots/Snapshots7.v1.bpl40
1 files changed, 20 insertions, 20 deletions
diff --git a/Test/snapshots/Snapshots7.v1.bpl b/Test/snapshots/Snapshots7.v1.bpl
index 8700e91c..ad3f1f27 100644
--- a/Test/snapshots/Snapshots7.v1.bpl
+++ b/Test/snapshots/Snapshots7.v1.bpl
@@ -1,20 +1,20 @@
-var x: int;
-var y: int;
-var z: int;
-
-procedure {:checksum "0"} M();
- modifies x, y, z;
-
-implementation {:id "M"} {:checksum "1"} M()
-{
- z := 0;
-
- call N();
-
- assert y < 0;
-}
-
-procedure {:checksum "3"} N();
- // Change: fewer modified variables
- modifies x;
- ensures y < z;
+var x: int;
+var y: int;
+var z: int;
+
+procedure {:checksum "0"} M();
+ modifies x, y, z;
+
+implementation {:id "M"} {:checksum "1"} M()
+{
+ z := 0;
+
+ call N();
+
+ assert y < 0;
+}
+
+procedure {:checksum "3"} N();
+ // Change: fewer modified variables
+ modifies x;
+ ensures y < z;