summaryrefslogtreecommitdiff
path: root/Test/bitvectors/arrays.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/bitvectors/arrays.bpl')
-rw-r--r--Test/bitvectors/arrays.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/bitvectors/arrays.bpl b/Test/bitvectors/arrays.bpl
index 17fc64a1..dae54e63 100644
--- a/Test/bitvectors/arrays.bpl
+++ b/Test/bitvectors/arrays.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"
const unique f1 : Field int;
const unique f2 : Field bv32;
const unique f3 : Field bool;