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/Snapshots28.v1.bpl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'Test/snapshots/Snapshots28.v1.bpl') diff --git a/Test/snapshots/Snapshots28.v1.bpl b/Test/snapshots/Snapshots28.v1.bpl index 0312b6a6..205515f5 100644 --- a/Test/snapshots/Snapshots28.v1.bpl +++ b/Test/snapshots/Snapshots28.v1.bpl @@ -1,16 +1,16 @@ -procedure {:checksum "0"} M(); - -implementation {:id "M"} {:checksum "2"} M() -{ - var x: int; - - assume x == 0; - - while (*) - { - x := 1; - } - - assert 0 == 0; - assert x == 0; -} +procedure {:checksum "0"} M(); + +implementation {:id "M"} {:checksum "2"} M() +{ + var x: int; + + assume x == 0; + + while (*) + { + x := 1; + } + + assert 0 == 0; + assert x == 0; +} -- cgit v1.2.3