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/codeexpr/codeExprBug.bpl | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'Test/codeexpr/codeExprBug.bpl') diff --git a/Test/codeexpr/codeExprBug.bpl b/Test/codeexpr/codeExprBug.bpl index 4eb86789..e1ae938c 100644 --- a/Test/codeexpr/codeExprBug.bpl +++ b/Test/codeexpr/codeExprBug.bpl @@ -1,15 +1,15 @@ -// RUN: %boogie "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -procedure p() returns ($r: int); - ensures |{ $bb0: return ($r == 1); }|; - -implementation p() returns ($x: int) -{ - $x := 1; - return; -} - -procedure q() - ensures |{ var $b: bool; $0: $b := true; goto $1; $1: return $b; }|; -{ -} +// RUN: %boogie "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +procedure p() returns ($r: int); + ensures |{ $bb0: return ($r == 1); }|; + +implementation p() returns ($x: int) +{ + $x := 1; + return; +} + +procedure q() + ensures |{ var $b: bool; $0: $b := true; goto $1; $1: return $b; }|; +{ +} -- cgit v1.2.3