summaryrefslogtreecommitdiff
path: root/Test/test1/EmptyCallArgs.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test1/EmptyCallArgs.bpl')
-rw-r--r--Test/test1/EmptyCallArgs.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/test1/EmptyCallArgs.bpl b/Test/test1/EmptyCallArgs.bpl
index 2df52288..8f5ae31f 100644
--- a/Test/test1/EmptyCallArgs.bpl
+++ b/Test/test1/EmptyCallArgs.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
type C;
procedure P(x:int, y:bool) returns (z:C);