summaryrefslogtreecommitdiff
path: root/Test/aitest9/VarMapFixpoint.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:04:59 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:04:59 +0100
commit95d752d7480ecddb727df1cc3613fefa4363b960 (patch)
tree9a9ffd698d691e842bef98ee23312d663beff655 /Test/aitest9/VarMapFixpoint.bpl
parent8ac64d0cc88dc65859d2cd579d2917b05e931c07 (diff)
Enable "abstract domain of intervals" lit tests.
Diffstat (limited to 'Test/aitest9/VarMapFixpoint.bpl')
-rw-r--r--Test/aitest9/VarMapFixpoint.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/aitest9/VarMapFixpoint.bpl b/Test/aitest9/VarMapFixpoint.bpl
index 6b53467d..1ee8d694 100644
--- a/Test/aitest9/VarMapFixpoint.bpl
+++ b/Test/aitest9/VarMapFixpoint.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie %s -infer:j > %t
+// RUN: %diff %s.expect %t
procedure main()
{
var x: int, y: int, z: int;