summaryrefslogtreecommitdiff
path: root/Test/bitvectors/bv1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/bitvectors/bv1.bpl')
-rw-r--r--Test/bitvectors/bv1.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/bitvectors/bv1.bpl b/Test/bitvectors/bv1.bpl
index 50c33cc3..2edc5037 100644
--- a/Test/bitvectors/bv1.bpl
+++ b/Test/bitvectors/bv1.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -proverWarnings:1 %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -proverWarnings:1 "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
procedure foo(x : bv32) returns(r : bv32)
{
var q : bv64;