summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots24.v0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/snapshots/Snapshots24.v0.bpl')
-rw-r--r--Test/snapshots/Snapshots24.v0.bpl50
1 files changed, 25 insertions, 25 deletions
diff --git a/Test/snapshots/Snapshots24.v0.bpl b/Test/snapshots/Snapshots24.v0.bpl
index 1289399b..5d038779 100644
--- a/Test/snapshots/Snapshots24.v0.bpl
+++ b/Test/snapshots/Snapshots24.v0.bpl
@@ -1,25 +1,25 @@
-procedure {:checksum "0"} M();
-
-implementation {:id "M"} {:checksum "1"} M()
-{
- if (*)
- {
- assert {:subsumption 0} 1 != 1; // error
- }
- else if (*)
- {
- assert {:subsumption 1} 5 != 5; // error
- }
- else if (*)
- {
- assert {:subsumption 2} 6 != 6; // error
- }
- else
- {
- assert {:subsumption 1} 2 == 2;
- assert {:subsumption 2} 4 == 4;
- assert 5 == 5;
- }
-
- assert {:subsumption 0} 3 == 3;
-}
+procedure {:checksum "0"} M();
+
+implementation {:id "M"} {:checksum "1"} M()
+{
+ if (*)
+ {
+ assert {:subsumption 0} 1 != 1; // error
+ }
+ else if (*)
+ {
+ assert {:subsumption 1} 5 != 5; // error
+ }
+ else if (*)
+ {
+ assert {:subsumption 2} 6 != 6; // error
+ }
+ else
+ {
+ assert {:subsumption 1} 2 == 2;
+ assert {:subsumption 2} 4 == 4;
+ assert 5 == 5;
+ }
+
+ assert {:subsumption 0} 3 == 3;
+}