diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-07 18:55:10 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-07 18:55:10 +0100 |
commit | 8ac64d0cc88dc65859d2cd579d2917b05e931c07 (patch) | |
tree | c1838827358a50fb0f4eec12aef551e72a8b352f /Test/aitest1/Linear8.bpl | |
parent | 7b38052a21916c67a75f57da3482276dcdf26ab1 (diff) |
Enable Linear inequality lit tests.
Diffstat (limited to 'Test/aitest1/Linear8.bpl')
-rw-r--r-- | Test/aitest1/Linear8.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/aitest1/Linear8.bpl b/Test/aitest1/Linear8.bpl index 4bc3f887..14f396ad 100644 --- a/Test/aitest1/Linear8.bpl +++ b/Test/aitest1/Linear8.bpl @@ -1,3 +1,5 @@ +// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
+// RUN: %diff %s.expect %t
procedure foo () returns ()
{
|