From d652155ae013f36a1ee17653a8e458baad2d9c2c Mon Sep 17 00:00:00 2001 From: Checkmate50 Date: Mon, 6 Jun 2016 23:14:18 -0600 Subject: Merging complete. Everything looks good *crosses fingers* --- Test/snapshots/Snapshots24.v0.bpl | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'Test/snapshots/Snapshots24.v0.bpl') 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; +} -- cgit v1.2.3