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/stratifiedinline/bar12.bpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Test/stratifiedinline/bar12.bpl') diff --git a/Test/stratifiedinline/bar12.bpl b/Test/stratifiedinline/bar12.bpl index b11daa52..1f28e212 100644 --- a/Test/stratifiedinline/bar12.bpl +++ b/Test/stratifiedinline/bar12.bpl @@ -1,10 +1,10 @@ -// RUN: %boogie -stratifiedInline:1 -vc:i "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -function {:inline} f(a:bool) : bool { true } - -procedure {:entrypoint} main() -{ - var x: int; - assume f(x >= 0); - assume x >= 0; -} +// RUN: %boogie -stratifiedInline:1 -vc:i "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +function {:inline} f(a:bool) : bool { true } + +procedure {:entrypoint} main() +{ + var x: int; + assume f(x >= 0); + assume x >= 0; +} -- cgit v1.2.3