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/inline/fundef2.bpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Test/inline/fundef2.bpl') diff --git a/Test/inline/fundef2.bpl b/Test/inline/fundef2.bpl index 39453453..9e0f9fab 100644 --- a/Test/inline/fundef2.bpl +++ b/Test/inline/fundef2.bpl @@ -1,9 +1,9 @@ -// RUN: %boogie "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -function {:inline true} foo(x:int) returns(bool) - { x > 0 } - -procedure P() { - assert foo(13); - assert foo(-5); // error -} +// RUN: %boogie "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +function {:inline true} foo(x:int) returns(bool) + { x > 0 } + +procedure P() { + assert foo(13); + assert foo(-5); // error +} -- cgit v1.2.3