summaryrefslogtreecommitdiff
path: root/Test/bitvectors/bv5.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/bitvectors/bv5.bpl')
-rw-r--r--Test/bitvectors/bv5.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/bitvectors/bv5.bpl b/Test/bitvectors/bv5.bpl
index 48683f32..73dff1ad 100644
--- a/Test/bitvectors/bv5.bpl
+++ b/Test/bitvectors/bv5.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
procedure P() returns () {
var m : <a>[a]int;