summaryrefslogtreecommitdiff
path: root/Test/inline
diff options
context:
space:
mode:
Diffstat (limited to 'Test/inline')
-rw-r--r--Test/inline/Answer2
1 files changed, 0 insertions, 2 deletions
diff --git a/Test/inline/Answer b/Test/inline/Answer
index ff2a5e71..aaaa138c 100644
--- a/Test/inline/Answer
+++ b/Test/inline/Answer
@@ -1517,12 +1517,10 @@ function {:inline true} foo(x: int) : bool
function {:inline false} foo2(x: int) : bool;
-// autogenerated definition axiom
axiom (forall x: int :: {:inline false} { foo2(x): bool } foo2(x): bool == (x > 0));
function foo3(x: int) : bool;
-// autogenerated definition axiom
axiom (forall x: int :: { foo3(x): bool } foo3(x): bool == (x > 0));
Boogie program verifier finished with 0 verified, 0 errors