diff options
Diffstat (limited to 'Test/bitvectors/bv0.bpl')
-rw-r--r-- | Test/bitvectors/bv0.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/bitvectors/bv0.bpl b/Test/bitvectors/bv0.bpl index 18c6f5b8..8c330eda 100644 --- a/Test/bitvectors/bv0.bpl +++ b/Test/bitvectors/bv0.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 foo2(x : bv32) returns(r : bv32)
{
block1:
|