summaryrefslogtreecommitdiff
path: root/Test/aitest0/Intervals.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 18:35:08 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 18:35:08 +0100
commit24900726a3934752401ff481ac773b2b1ddcb7d0 (patch)
tree45e77ee2fe9da93e0f250af63d6d5ec51ad91963 /Test/aitest0/Intervals.bpl
parentdd2fe48ba2c48ad9bb1972f7f6f26fc5bec6b463 (diff)
Enable the Constant propagation tests as lit tests.
Diffstat (limited to 'Test/aitest0/Intervals.bpl')
-rw-r--r--Test/aitest0/Intervals.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/aitest0/Intervals.bpl b/Test/aitest0/Intervals.bpl
index c769645f..b9ff8269 100644
--- a/Test/aitest0/Intervals.bpl
+++ b/Test/aitest0/Intervals.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -infer:j %s > %t
+// RUN: %diff %s.expect %t
const N: int;
axiom 0 <= N;