summaryrefslogtreecommitdiff
path: root/Test/bitvectors/bv6.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/bitvectors/bv6.bpl')
-rw-r--r--Test/bitvectors/bv6.bpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/bitvectors/bv6.bpl b/Test/bitvectors/bv6.bpl
index ca8f8367..7e943888 100644
--- a/Test/bitvectors/bv6.bpl
+++ b/Test/bitvectors/bv6.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie %s > %t
+// RUN: %diff %s.expect %t
procedure Q() returns () {
var x : bv32, y : bv16;
@@ -6,4 +8,4 @@ procedure Q() returns () {
assert x[16:0] == y;
assert x == x[16:0] ++ y;
assert x[17:1] == y; // should not be verifiable
-} \ No newline at end of file
+}