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/Snapshots7.v1.bpl | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'Test/snapshots/Snapshots7.v1.bpl') 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; -- cgit v1.2.3