summaryrefslogtreecommitdiff
path: root/Test/bitvectors/bv1.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:54:44 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:54:44 +0100
commit70fe7a30835aaeeda4f545afdad4a63ace5032c8 (patch)
treef73e059c01f45c18106556e37503103231d41ba1 /Test/bitvectors/bv1.bpl
parent1654ddbd4976be752bdc27faa3099cbf4017f994 (diff)
Enabled bitvector lit tests.
Diffstat (limited to 'Test/bitvectors/bv1.bpl')
-rw-r--r--Test/bitvectors/bv1.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/bitvectors/bv1.bpl b/Test/bitvectors/bv1.bpl
index 6c9ea70b..50c33cc3 100644
--- a/Test/bitvectors/bv1.bpl
+++ b/Test/bitvectors/bv1.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -proverWarnings:1 %s > %t
+// RUN: %diff %s.expect %t
procedure foo(x : bv32) returns(r : bv32)
{
var q : bv64;