summaryrefslogtreecommitdiff
path: root/Test/aitest1/Bound.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 18:55:10 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 18:55:10 +0100
commit8ac64d0cc88dc65859d2cd579d2917b05e931c07 (patch)
treec1838827358a50fb0f4eec12aef551e72a8b352f /Test/aitest1/Bound.bpl
parent7b38052a21916c67a75f57da3482276dcdf26ab1 (diff)
Enable Linear inequality lit tests.
Diffstat (limited to 'Test/aitest1/Bound.bpl')
-rw-r--r--Test/aitest1/Bound.bpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/aitest1/Bound.bpl b/Test/aitest1/Bound.bpl
index 02b2c460..7df27414 100644
--- a/Test/aitest1/Bound.bpl
+++ b/Test/aitest1/Bound.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -infer:j %s > %t
+// RUN: %diff %s.expect %t
const TEST: name;
procedure P()
@@ -25,4 +27,4 @@ AfterLoop:
return;
}
-type name; \ No newline at end of file
+type name;