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/test15/ModelTest.bpl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Test/test15/ModelTest.bpl') diff --git a/Test/test15/ModelTest.bpl b/Test/test15/ModelTest.bpl index 7764cb41..31e21de0 100644 --- a/Test/test15/ModelTest.bpl +++ b/Test/test15/ModelTest.bpl @@ -1,12 +1,12 @@ -// RUN: %boogie -printModel:2 "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -procedure M (s : ref, r : ref) { - var i : int, j : int; - i := 0 + 1; - j := i + 1; - j := j + 1; - j := j + 1; - assert i == j; - assert s == r; -} -type ref; +// RUN: %boogie -printModel:2 "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +procedure M (s : ref, r : ref) { + var i : int, j : int; + i := 0 + 1; + j := i + 1; + j := j + 1; + j := j + 1; + assert i == j; + assert s == r; +} +type ref; -- cgit v1.2.3