From 76a041a475db3a9d7cf2cac8598ecc5ffcc70ca0 Mon Sep 17 00:00:00 2001 From: qadeer Date: Wed, 22 Jun 2011 11:09:37 -0700 Subject: partial fixes to these regressions --- Test/z3api/boog4.bpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Test/z3api/boog4.bpl') diff --git a/Test/z3api/boog4.bpl b/Test/z3api/boog4.bpl index 46eda549..95ec7011 100644 --- a/Test/z3api/boog4.bpl +++ b/Test/z3api/boog4.bpl @@ -1,3 +1,4 @@ +type ref; type Wicket; const w: Wicket; @@ -10,7 +11,8 @@ function age(Wicket) returns (int); axiom age(w)==7; axiom 7 < 8; -axiom 7 <= 8; +axiom 7 <= 8; + axiom 8 > 7; axiom 8 >= 7; axiom 6 != 7; @@ -28,7 +30,8 @@ axiom 7!=7; procedure NewFavorite(p: Wicket); - modifies favorite ; + modifies favorite +; ensures favorite==p; -- cgit v1.2.3