summaryrefslogtreecommitdiff
path: root/Test/bitvectors/bv6.bpl
diff options
context:
space:
mode:
authorGravatar Ally Donaldson <unknown>2014-05-28 09:50:48 +0100
committerGravatar Ally Donaldson <unknown>2014-05-28 09:50:48 +0100
commita52c0aeb267c1e5a2f650f91ca08bf7bbfef6bcc (patch)
tree02321218f0d1fddd127d6c0eb04c5226e89fdb11 /Test/bitvectors/bv6.bpl
parent5715e950f0bbfa08760f5da3c0b1c8028be82984 (diff)
parentbb7f30c1bea65445d9dce48db22868be0b4457e8 (diff)
Merge
Diffstat (limited to 'Test/bitvectors/bv6.bpl')
-rw-r--r--Test/bitvectors/bv6.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/bitvectors/bv6.bpl b/Test/bitvectors/bv6.bpl
index 7e943888..d0654b6f 100644
--- a/Test/bitvectors/bv6.bpl
+++ b/Test/bitvectors/bv6.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
procedure Q() returns () {
var x : bv32, y : bv16;