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/symdiff/foo.bpl | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'Test/symdiff/foo.bpl') diff --git a/Test/symdiff/foo.bpl b/Test/symdiff/foo.bpl index 85d025d0..9d13ecd1 100644 --- a/Test/symdiff/foo.bpl +++ b/Test/symdiff/foo.bpl @@ -1,19 +1,19 @@ -// RUN: %boogie -z3multipleErrors -errorTrace:0 "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -procedure Foo(x:int) -{ - var ok:bool; - - ok := true; - - if (x == 1) { - ok := false; - } else if (x == 2) { - ok := false; - } else if (x == 3) { - ok := false; - } - - assert ok; - -} +// RUN: %boogie -z3multipleErrors -errorTrace:0 "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +procedure Foo(x:int) +{ + var ok:bool; + + ok := true; + + if (x == 1) { + ok := false; + } else if (x == 2) { + ok := false; + } else if (x == 3) { + ok := false; + } + + assert ok; + +} -- cgit v1.2.3