diff options
Diffstat (limited to 'Test/bitvectors/bv8.bpl')
-rw-r--r-- | Test/bitvectors/bv8.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/bitvectors/bv8.bpl b/Test/bitvectors/bv8.bpl index bd50bc89..ee572998 100644 --- a/Test/bitvectors/bv8.bpl +++ b/Test/bitvectors/bv8.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// This file includes some tests for which Boogie once generated bad Z3 input
procedure foo()
|