diff options
Diffstat (limited to 'Test/test0/EmptyCallArgs.bpl')
-rw-r--r-- | Test/test0/EmptyCallArgs.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/test0/EmptyCallArgs.bpl b/Test/test0/EmptyCallArgs.bpl index aba48668..54b374d7 100644 --- a/Test/test0/EmptyCallArgs.bpl +++ b/Test/test0/EmptyCallArgs.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -noVerify %s > %t
-// RUN: %diff NoErrors.expect %t
+// RUN: %boogie -noVerify "%s" > "%t"
+// RUN: %diff NoErrors.expect "%t"
type C;
procedure P(x:int, y:bool) returns (z:C);
|