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/Snapshots6.v1.bpl | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Test/snapshots/Snapshots6.v1.bpl') diff --git a/Test/snapshots/Snapshots6.v1.bpl b/Test/snapshots/Snapshots6.v1.bpl index be8b699d..73e280d2 100644 --- a/Test/snapshots/Snapshots6.v1.bpl +++ b/Test/snapshots/Snapshots6.v1.bpl @@ -1,18 +1,18 @@ -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 "3"} N(); - // Change: more modified variables - modifies x, y; +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 "3"} N(); + // Change: more modified variables + modifies x, y; -- cgit v1.2.3