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/AbsHoudini/houd11.bpl | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'Test/AbsHoudini/houd11.bpl') diff --git a/Test/AbsHoudini/houd11.bpl b/Test/AbsHoudini/houd11.bpl index 638d8ec2..a493574d 100644 --- a/Test/AbsHoudini/houd11.bpl +++ b/Test/AbsHoudini/houd11.bpl @@ -1,15 +1,15 @@ -// RUN: %boogie -noinfer -contractInfer -printAssignment -abstractHoudini:IA[ConstantProp] "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -function {:existential true} Assert() : bool; - -var fooVar: int; - -procedure foo() -modifies fooVar; -{ - fooVar:=5; - assert Assert() || (fooVar==4); - assert Assert() || (fooVar==3); -} - -// expected assigment: Assert -> true +// RUN: %boogie -noinfer -contractInfer -printAssignment -abstractHoudini:IA[ConstantProp] "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +function {:existential true} Assert() : bool; + +var fooVar: int; + +procedure foo() +modifies fooVar; +{ + fooVar:=5; + assert Assert() || (fooVar==4); + assert Assert() || (fooVar==3); +} + +// expected assigment: Assert -> true -- cgit v1.2.3